Added missing apt-get update
Some checks reported errors
andreas-personal/jenkins-ssh-docker-agent/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Andreas Fahrecker 2024-04-16 01:10:44 +02:00
parent 5d4415b9a1
commit ba3a0025e7

View File

@ -17,6 +17,7 @@ RUN echo \
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null
RUN apt-get update
RUN apt-get install -y docker-ce-cli
# Install tea