diff --git a/Dockerfile b/Dockerfile index bd9e887..6ef3a61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,8 @@ -FROM "ubuntu:17.10" +FROM "ubuntu:18.04" LABEL maintainer="Julien Cabillot " 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 && \ apt-get --no-install-recommends -qqy install siege && \ apt-get -qqy autoremove --purge && \