Finish work image

This commit is contained in:
cytopia
2018-02-28 17:30:02 +01:00
parent ea9610bcd0
commit dd164869c1
10 changed files with 110 additions and 49 deletions

View File

@@ -69,6 +69,7 @@ RUN set -x \
file \
gcc \
git \
git-flow \
git-svn \
hostname \
htop \
@@ -99,6 +100,7 @@ RUN set -x \
wget \
whois \
xz-utils \
yarn \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps \
&& rm -rf /var/lib/apt/lists/*