Skip to content

Commit

Permalink
Could docker for once in it's life just not be stupid?
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Jul 30, 2024
1 parent 31f245a commit dbe4ff1
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 py3-pip
RUN apk add python3 py3-pip alpine-sdk openssl-dev build-base python3-dev
RUN python3 -m pip install setuptools --break-system-packages
RUN npm i -g pnpm
RUN pnpm install
Expand Down

0 comments on commit dbe4ff1

Please sign in to comment.