vy.boyko 2023-12-25 16:41:26 +03:00
parent 01fe7fef7d
commit 58a96e1c27
1 changed files with 2 additions and 3 deletions

View File

@ -14,9 +14,8 @@ RUN apt-get -y --no-install-recommends install apt-transport-https \
$(lsb_release -cs) \
stable"
RUN apt-get update && apt-get install -y docker-ce-cli docker-ce && \
apt-get clean && \
usermod -aG docker jenkins
RUN apt-get update && apt-get install -y docker && \
apt-get clean
RUN curl -L "https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" \
-o /usr/local/bin/docker-compose && \