diff --git a/docker/Dockerfile b/docker/Dockerfile index e0f62c2..329dc6f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,8 @@ -FROM ubuntu:23.10 +FROM debian:bullseye RUN apt-get update && apt-get install -y \ git \ + gcc \ python3 \ python3-pip \ wget \ @@ -20,4 +21,4 @@ RUN ./configure --prefix /usr/local RUN make -RUN make install \ No newline at end of file +RUN make install