Skip to content

Commit

Permalink
Update base-20.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisKofman committed Dec 27, 2023
1 parent 29aec26 commit 9cf18c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/base-20.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ RUN export RUNNER_ARCH=${TARGETARCH} \
&& curl -fLo docker.tgz https://download.docker.com/${TARGETOS}/static/stable/${DOCKER_ARCH}/docker-${DOCKER_VERSION}.tgz \
&& tar zxvf docker.tgz \
&& rm -rf docker.tgz \
&& docker/docker /usr/bin/docker \
&& rn -rf docker \
&& mkdir -p /usr/local/lib/docker/cli-plugins \
&& curl -fLo /usr/local/lib/docker/cli-plugins/docker-buildx \
"https://github.com/docker/buildx/releases/download/v${BUILDX_VERSION}/buildx-v${BUILDX_VERSION}.linux-${TARGETARCH}" \
&& chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx
#
&& chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx

0 comments on commit 9cf18c1

Please sign in to comment.