瀏覽代碼

fixed development docker container

Rodja Trappe 1 年之前
父節點
當前提交
4e2b7c40b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      development.dockerfile

+ 1 - 1
development.dockerfile

@@ -1,6 +1,6 @@
 FROM python:3.8-slim
 
-RUN apt update && apt install curl -y
+RUN apt update && apt install curl build-essential -y
 
 # We use Poetry for dependency management
 RUN curl -sSL https://install.python-poetry.org | python3 - && \