remove docker version

This commit is contained in:
fabrice 2023-03-21 20:55:06 +00:00
parent 8413683457
commit e5faf03341

View File

@ -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