Use root user as a cache workaround
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d11f4508e1
commit
ececb59588
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@ RUN apk add --update --no-cache \
|
|||
pip install --no-cache-dir pre-commit=="${PRE_COMMIT_VERSION}" && \
|
||||
gem install --no-document mdl -v "${MDL_VERSION}" && \
|
||||
mkdir /data && \
|
||||
adduser -D -g user user
|
||||
git config --global --add safe.directory /data
|
||||
|
||||
USER user:user
|
||||
WORKDIR /data
|
||||
|
|
Loading…
Reference in a new issue