浏览代码

Bump codeserver dev

Breandan Dezendorf 2 年之前
父节点
当前提交
11888aea13
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docker/codeserver/Dockerfile

+ 1 - 0
docker/codeserver/Dockerfile

@@ -13,5 +13,6 @@ RUN sudo apt install -y wget
 RUN sudo apt install -y python3
 RUN sudo apt install -y python3
 RUN sudo apt install -y python3-pip
 RUN sudo apt install -y python3-pip
 RUN sudo npm install -g @bazel/bazelisk 
 RUN sudo npm install -g @bazel/bazelisk 
+RUN sudo apt install -y python-dev default-libmysqlclient-dev
 
 
 COPY resolv.conf /etc/resolv.conf
 COPY resolv.conf /etc/resolv.conf