Revert Dockerfile
This commit is contained in:
parent
d19e3822d0
commit
f79e1963a5
@ -8,8 +8,6 @@ WORKDIR /app
|
|||||||
COPY --link package.json pnpm-lock.yaml* ./
|
COPY --link package.json pnpm-lock.yaml* ./
|
||||||
|
|
||||||
SHELL ["/bin/ash", "-xeo", "pipefail", "-c"]
|
SHELL ["/bin/ash", "-xeo", "pipefail", "-c"]
|
||||||
RUN nslookup www.google.com
|
|
||||||
RUN sed -i 's/https/http/' /etc/apk/repositories
|
|
||||||
RUN apk add --no-cache libc6-compat \
|
RUN apk add --no-cache libc6-compat \
|
||||||
&& apk add --no-cache --virtual .gyp python3 make g++ \
|
&& apk add --no-cache --virtual .gyp python3 make g++ \
|
||||||
&& npm install -g pnpm
|
&& npm install -g pnpm
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user