Skip to content
Snippets Groups Projects
Commit 5afa3ea8 authored by Marie's avatar Marie 🚅
Browse files

fix: disallow corepack from fetching latest manager version instead use...

fix: disallow corepack from fetching latest manager version instead use specified version in package.json
parent d0ddfca9
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ FROM node:${NODE_VERSION} as build
RUN apk add git linux-headers build-base
ENV PYTHONUNBUFFERED=1
ENV COREPACK_DEFAULT_TO_LATEST=0
RUN apk add --update python3 && ln -sf python3 /usr/bin/python
RUN apk add py3-pip py3-setuptools
......@@ -35,6 +36,7 @@ FROM node:${NODE_VERSION}
ARG UID="991"
ARG GID="991"
ENV COREPACK_DEFAULT_TO_LATEST=0
RUN apk add ffmpeg tini jemalloc \
&& corepack enable \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment