Skip to content
Snippets Groups Projects
Commit 218c418c authored by nimrod's avatar nimrod
Browse files

fixup! Workbench: Fix a very high file owner ID.

parent bbf18309
Branches
No related tags found
No related merge requests found
Pipeline #3788 failed
......@@ -247,7 +247,7 @@ RUN npm install --global \
@playwright/test \
corepack \
&& \
chown -R root /usr/local/lib/node_modules/@bitwarden/cli/node_modules/ && \
chown -R root:root /usr/local/lib/node_modules/@bitwarden/cli/node_modules/ && \
rm -rf /tmp/* /var/tmp/* ~/.cache/*
RUN export GOPATH=/usr/local/lib/go && \
mkdir "$GOPATH" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment