Skip to content
Snippets Groups Projects
Commit 3e20d955 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Use custom pg client

parent e5f24831
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,14 @@ RUN addgroup --gid 1000 discourse \
libxml2 \
nodejs \
optipng \
postgresql-client \
&& npm install svgo uglify-js@"<3" -g \
&& cd /tmp \
&& curl -O https://get.enterprisedb.com/postgresql/postgresql-9.5.9-1-linux-x64-binaries.tar.gz \
&& tar zxf postgresql-9.5.9-1-linux-x64-binaries.tar.gz \
&& mv ./pgsql/bin/* /usr/local/bin/ \
&& rm postgresql-9.5.9-1-linux-x64-binaries.tar.gz \
&& rm -rf ./pgsql \
&& cd /tmp \
&& curl -O http://www.lcdf.org/gifsicle/gifsicle-$GIFSICLE_VERSION.tar.gz \
&& tar zxf gifsicle-$GIFSICLE_VERSION.tar.gz \
&& cd gifsicle-$GIFSICLE_VERSION \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment