Skip to content

Commit

Permalink
Kill me
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Jul 30, 2024
1 parent 3cd8826 commit 31f245a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY package*.json .
COPY . .

RUN apk update
RUN apk add python3
RUN apk add python3 py3-pip
RUN python3 -m pip install setuptools --break-system-packages
RUN npm i -g pnpm
RUN pnpm install
Expand Down

0 comments on commit 31f245a

Please sign in to comment.