Chris Pomeroy
2023-05-19 e4b17c36b5c0f5501e55cbb6922ea0b162e43c1b
Dockerfile
@@ -7,7 +7,7 @@
ENV JENKINS_UID=506
RUN mkdir -p /tmp/download && cd /tmp/download/ && \
 apt-get update && apt-get upgrade -y && apt-get install curl git ttf-dejavu -y && apt-get clean && \
 apt-get update && apt-get upgrade -y && apt-get install curl git -y && apt-get clean && \
 curl -s -L https://download.docker.com/linux/static/stable/x86_64/docker-20.10.1.tgz | tar -xz -C /tmp/download && \
 rm -rf /tmp/download/docker/dockerd && \
 mv /tmp/download/docker/docker* /usr/local/bin/ && \