Release ubuntu-slim 0.14

This commit is contained in:
Manuel de Brito Fontes 2017-07-31 13:19:12 -04:00
parent 7b38e5a36e
commit d758f79fc2
2 changed files with 9 additions and 8 deletions

View file

@ -29,7 +29,8 @@ RUN echo "Yes, do as I say!" | apt-get purge \
ncurses-bin \
locales \
tzdata \
systemd
systemd \
libsystemd0
# cleanup
RUN apt-get autoremove -y && \