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 Jan 24, 2024
1 parent b456ece commit b8cdd14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/base-20.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ RUN export RUNNER_ARCH=${TARGETARCH} \
"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 \
&& groupadd docker --gid 123 \
&& usermod -aG docker root
&& usermod -aG docker root \
&& usermod -aG docker node

0 comments on commit b8cdd14

Please sign in to comment.