aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlban Peignier2018-04-29 10:13:31 +0200
committerAlban Peignier2018-04-29 10:13:31 +0200
commitc119b6be487e0c272253353b8fdb20ed3b010b16 (patch)
tree66b746b0dc29e9ea75613361a31d33c111e58ef2
parent19517cccf88be69a0d65dc1d829794cfaf3b44da (diff)
downloadchouette-core-c119b6be487e0c272253353b8fdb20ed3b010b16.tar.bz2
Add postgresql-client-9.6 in Dockerfile. Refs #6843
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index e484de431..084a046c4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,9 +2,9 @@ FROM debian:stable-slim
ENV RAILS_ENV=production RAILS_SERVE_STATIC_FILES=true RAILS_LOG_TO_STDOUT=true SIDEKIQ_REDIS_URL=redis://redis:6379/12
-RUN apt-get update && \
+RUN apt-get update && mkdir -p /usr/share/man/man1 /usr/share/man/man7 && \
apt-get install -y --no-install-recommends ruby2.3 && \
- apt-get install -y --no-install-recommends libpq5 libxml2 zlib1g imagemagick libproj12 && \
+ apt-get install -y --no-install-recommends libpq5 libxml2 zlib1g imagemagick libproj12 postgresql-client-common postgresql-client-9.6 && \
apt-get install -y --no-install-recommends cron && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
gem2.3 install bundler