瀏覽代碼

fix install python command

Pouria Ezzati 1 年之前
父節點
當前提交
e59091b8c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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/*