浏览代码

chore: fix python issue for node18 in dev Dockerfile (#7029)

* Fix: email toLowerCase

* Fix python issue for node18 in Dockerfile
craph 1 年之前
父节点
当前提交
d5af4cb068
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dev/containers/Dockerfile

+ 1 - 1
dev/containers/Dockerfile

@@ -5,7 +5,7 @@ FROM node:18
 LABEL maintainer "requarks.io"
 
 RUN apt-get update && \
-    apt-get install -y bash curl git python make g++ nano openssh-server gnupg && \
+    apt-get install -y bash curl git python3 make g++ nano openssh-server gnupg && \
     mkdir -p /wiki
 
 WORKDIR /wiki