Add postgresql-dev package for pg-gem
This commit is contained in:
parent
11ea4fd577
commit
391d20f6db
|
|
@ -1,5 +1,5 @@
|
||||||
FROM ruby:2.6.2-alpine
|
FROM ruby:2.6.2-alpine
|
||||||
RUN apk add build-base tzdata sqlite sqlite-dev && gem install tzinfo-data
|
RUN apk add build-base tzdata sqlite sqlite-dev postgresql-dev && gem install tzinfo-data
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY Gemfile /app/Gemfile
|
COPY Gemfile /app/Gemfile
|
||||||
COPY Gemfile.lock /app/Gemfile.lock
|
COPY Gemfile.lock /app/Gemfile.lock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue