Explorar o código

Merge pull request #1824 from zauberzeug/dev-docker

fixed development docker container
Falko Schindler hai 1 ano
pai
achega
914e07ad36
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 - && \