Changes to Dockerfile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Derek Paschal 2023-08-28 12:09:28 -05:00
parent e85420d121
commit 6215926bc9
1 changed files with 2 additions and 2 deletions

View File

@ -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 .