diff --git a/Dockerfile b/Dockerfile index f66be3f..e4d82a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,5 @@ RUN add-apt-repository \ $(lsb_release -cs) \ stable" RUN apt-get update -qq \ - && apt-get install docker-ce=17.12.1~ce-0~debian -y + && apt-get install docker-ce -y RUN usermod -aG docker jenkins \ No newline at end of file