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 04dbfe1 commit b456ece
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/base-20.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ RUN export RUNNER_ARCH=${TARGETARCH} \
&& 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 \
&& groupadd docker --gid 123 \
&& usermod -aG docker root

0 comments on commit b456ece

Please sign in to comment.