diff --git a/Dockerfile b/Dockerfile index 0f07e80..591e594 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:22.04 RUN apt-get update && \ - apt-get install --no-install-recommends -y python3 python3-pip git libgl1 libglib2.0-0 && \ + apt-get install --no-install-recommends -y python3 python3-pip git libgl1 libglib2.0-0 curl && \ rm -rf /var/lib/apt/lists/* RUN --mount=type=cache,target=/root/.cache/pip pip3 install virtualenv