Skip to content

Commit

Permalink
Merge pull request #4 from bryanlatten/feature-removal
Browse files Browse the repository at this point in the history
Dockerfile: removed error’ing removals on 16.04
  • Loading branch information
Bryan Latten committed May 9, 2016
2 parents 47745ae + 45857bc commit 76330fa
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,7 @@ ENV SIGNAL_BUILD_STOP=99 \
S6_KILL_GRACETIME=3000

# Slim the container from its pre-installed heft
RUN apt-get remove --purge -yq \
make \
man-db \
manpages \
manpages-dev \
patch \
perl \
# python* \
unattended-upgrades \
&& \
apt-get autoclean -y && \
RUN apt-get autoclean -y && \
apt-get autoremove -y && \
rm -rf /var/lib/{cache,log}/ && \
rm -rf /var/lib/apt/lists/ && \
Expand Down

0 comments on commit 76330fa

Please sign in to comment.