Update ubuntu from
All checks were successful
perso/siege/master This commit looks good

This commit is contained in:
Julien Cabillot 2019-08-04 16:58:26 -04:00
parent 0dacee9eed
commit bf9aa952a5

View File

@ -1,9 +1,8 @@
FROM "ubuntu:17.10" FROM "ubuntu:18.04"
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>" LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
ENV DEBIAN_FRONTEND="noninteractive" ENV DEBIAN_FRONTEND="noninteractive"
# TODO : passer par git ou autre, pour avoir la derniere version de siege (4.0.4 vs 4.0.2 chez debian)
RUN apt-get -qq update && \ RUN apt-get -qq update && \
apt-get --no-install-recommends -qqy install siege && \ apt-get --no-install-recommends -qqy install siege && \
apt-get -qqy autoremove --purge && \ apt-get -qqy autoremove --purge && \