Add postgresql-dev package for pg-gem

This commit is contained in:
Thor77 2019-06-06 09:19:52 +02:00
parent 11ea4fd577
commit 391d20f6db
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
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
COPY Gemfile /app/Gemfile
COPY Gemfile.lock /app/Gemfile.lock