diff --git a/abogen/Dockerfile b/abogen/Dockerfile index 9ac8ff1..af76df7 100644 --- a/abogen/Dockerfile +++ b/abogen/Dockerfile @@ -39,4 +39,4 @@ USER 1000:1000 RUN python3 -m venv /app/venv RUN /bin/bash -c "source /app/venv/bin/activate && pip install abogen" # Change back to user ROOT as the startup scripts inside base image needs it -USER root \ No newline at end of file +USER root