Skip to content

Commit

Permalink
fix install python command
Browse files Browse the repository at this point in the history
  • Loading branch information
poeti8 committed Jan 9, 2025
1 parent a6fc580 commit bc11185
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 @@ -2,7 +2,7 @@
FROM node:18.19.1-alpine AS build_image

# install additional tools needed if on arm64 / armv7
RUN RUN apk add --update python3 make g++\
RUN apk add --update python3 make g++\
&& rm -rf /var/cache/apk/*


Expand Down

0 comments on commit bc11185

Please sign in to comment.