Mbonea commited on
Commit
c39937b
·
1 Parent(s): 0c98c44
Files changed (1) hide show
  1. 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 ** apt install -y openvpn
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