File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM ${BASE}
55RUN apk update
66
77# common
8- RUN apk add bash build-base cmake curl git icu lsb-release-minimal sudo tar wget
8+ RUN apk add bash build-base cmake curl docker-cli git icu lsb-release-minimal shadow sudo tar wget
99
1010# sentry-native
1111RUN apk add curl-dev libunwind-dev libunwind-static linux-headers openssl-dev zlib-dev xz-dev
@@ -27,9 +27,12 @@ RUN if ! apk add mono; then \
2727 fi
2828RUN mono --version
2929
30+ # docker
31+ RUN addgroup -S docker
32+
3033# runner
3134RUN addgroup runner
32- RUN adduser -S -u 1001 -h /home/runner -G runner runner
35+ RUN adduser -S -u 1001 -h /home/runner -G runner,docker runner
3336RUN mkdir -p /home/runner /__e /__w /__w/_temp /__w/_actions /__w/_tool
3437RUN chown -R runner:runner /home/runner /__e /__w
3538RUN ln -s /__w /home/runner/work
You can’t perform that action at this time.
0 commit comments