Auto install
This commit is contained in:
@@ -10,7 +10,7 @@ RUN apt-get update \
|
|||||||
wget curl \
|
wget curl \
|
||||||
git-core unzip unrar postgresql-common \
|
git-core unzip unrar postgresql-common \
|
||||||
&& locale-gen $LANG && update-locale LANG=$LANG \
|
&& locale-gen $LANG && update-locale LANG=$LANG \
|
||||||
&& /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh \
|
&& /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -i \
|
||||||
&& apt-get update && apt-get -y upgrade\
|
&& apt-get update && apt-get -y upgrade\
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
Reference in New Issue
Block a user