fix permissions
This commit is contained in:
parent
559b74bc5b
commit
5164e26ed9
@ -38,4 +38,5 @@ RUN apk add --no-cache ca-certificates bash curl make gcc g++ python linux-heade
|
|||||||
/usr/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html
|
/usr/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html
|
||||||
|
|
||||||
RUN curl -o- -L https://yarnpkg.com/install.sh | sh
|
RUN curl -o- -L https://yarnpkg.com/install.sh | sh
|
||||||
|
RUN npm config set unsafe-perm true
|
||||||
ENV PATH /root/.yarn/bin:$PATH
|
ENV PATH /root/.yarn/bin:$PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user