diff --git a/Dockerfile b/Dockerfile index 1bb78b06..105187e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN apt-get update && \ python3-venv \ python3-dev \ git \ - && rm -rf /var/lib/apt/lists/* \ + && rm -rf /var/lib/apt/lists/* # setup python virtual environment RUN python3 -m venv /opt/venv