diff --git a/Dockerfile b/Dockerfile index 68ff8b57..7186084d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM python:3.10 +FROM python:3.10.6 WORKDIR / RUN apt update \ - && apt install -y wget git htop libgl1 rsync + && apt install -y wget git htop rsync libgoogle-perftools-dev libgl1 libglib2.0-0 COPY ./entrypoint.sh .