Changes to Dockerfile
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
e85420d121
commit
6215926bc9
|
@ -1,9 +1,9 @@
|
||||||
FROM python:3.10
|
FROM python:3.10.6
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
RUN apt update \
|
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 .
|
COPY ./entrypoint.sh .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue