diff --git a/Dockerfile b/Dockerfile index f6599a08..1c710a5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \ curl \ software-properties-common \ && add-apt-repository ppa:deadsnakes/ppa \ - && apt install -y python3.10 \ + && apt install -y python3.10 python3.10-dev\ && rm -rf /var/lib/apt/lists/* WORKDIR /workspace COPY requirements.txt requirements.txt