diff --git a/docker/Dockerfile b/docker/Dockerfile index 7b155ef..03a50e7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -3,6 +3,4 @@ FROM goofball222/pritunl:latest # Yes, you will need to copy it over into the build context... COPY setup.py . -RUN chmod +x setup.py -RUN python3 -u setup.py --install -#RUN rm setup.py \ No newline at end of file +RUN chmod +x setup.py; python3 -u setup.py --install; rm setup.py \ No newline at end of file