mirror of
https://github.com/simonmicro/Pritunl-Fake-API.git
synced 2025-12-06 11:07:01 -05:00
8 lines
185 B
Docker
8 lines
185 B
Docker
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 |