Update Dockerfile
This commit is contained in:
parent
344b4a9bc9
commit
c021a3fb02
@ -15,7 +15,6 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y wget gnupg2 lsb-core apt-transport-https ca-certificates curl \
|
&& apt-get install -y wget gnupg2 lsb-core apt-transport-https ca-certificates curl \
|
||||||
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
||||||
&& echo "deb [ trusted=yes ] https://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list \
|
&& echo "deb [ trusted=yes ] https://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list \
|
||||||
&& curl http://repo.varnish-cache.org/debian/GPG-key.txt | sudo apt-key add -
|
|
||||||
&& wget --quiet -O - https://deb.nodesource.com/setup_16.x | bash - \
|
&& wget --quiet -O - https://deb.nodesource.com/setup_16.x | bash - \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y nodejs
|
&& apt-get install -y nodejs
|
||||||
@ -79,6 +78,7 @@ RUN apt-get install -y --no-install-recommends \
|
|||||||
tar \
|
tar \
|
||||||
ttf-unifont \
|
ttf-unifont \
|
||||||
unzip \
|
unzip \
|
||||||
|
varnish \
|
||||||
wget \
|
wget \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
&& apt-get clean autoclean \
|
&& apt-get clean autoclean \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user