Browse Source

Bump codeserver dev

Breandan Dezendorf 2 years ago
parent
commit
11888aea13
1 changed files with 1 additions and 0 deletions
  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-pip
 RUN sudo npm install -g @bazel/bazelisk 
+RUN sudo apt install -y python-dev default-libmysqlclient-dev
 
 COPY resolv.conf /etc/resolv.conf