Skip to content

Commit bc11185

Browse files
committed
fix install python command
1 parent a6fc580 commit bc11185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM node:18.19.1-alpine AS build_image
33

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

88

0 commit comments

Comments
 (0)