fixed
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
12 |
pip install --no-cache-dir -r requirements.txt
|
13 |
|
14 |
|
15 |
-
RUN apt update
|
16 |
# Expose the port the app runs on
|
17 |
EXPOSE 7860
|
18 |
|
|
|
12 |
pip install --no-cache-dir -r requirements.txt
|
13 |
|
14 |
|
15 |
+
RUN apt update && apt install -y openvpn
|
16 |
# Expose the port the app runs on
|
17 |
EXPOSE 7860
|
18 |
|