diff --git a/Dockerfile b/Dockerfile index 97acbed3..c77efb4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.11-bookworm ENV DEBIAN_FRONTEND=noninteractive -RUN apt-get update && sudo apt install \ +RUN apt-get update && apt install -y \ git \ build-essential \ software-properties-common \