Add postgresql-dev package for pg-gem

This commit is contained in:
Thor77 2019-06-06 09:19:52 +02:00
parent b38a0e2ed9
commit 376b721ec7
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
1 changed files with 1 additions and 1 deletions

View File

@ -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