break system packages guh
This commit is contained in:
parent
4a962ef7b0
commit
385aa3550e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apk add --no-cache ffmpeg python3 py3-pip
|
RUN apk add --no-cache ffmpeg python3 py3-pip
|
||||||
RUN pip3 install --no-cache --upgrade pip setuptools
|
RUN pip3 install --no-cache --upgrade --break-system-packages pip setuptools
|
||||||
|
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g typescript
|
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g typescript
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue