Mbonea commited on
Commit
d7f0b8e
·
1 Parent(s): 3d3cfa2
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10-slim
5
  RUN apt update && apt install -y openvpn && \
6
  # Ensure the TUN device is available
7
  mkdir -p /dev/net && \
8
- mknod /dev/net/tun c 10 200 && \
9
  chmod 0666 /dev/net/tun
10
 
11
  # Set the working directory in the container
 
5
  RUN apt update && apt install -y openvpn && \
6
  # Ensure the TUN device is available
7
  mkdir -p /dev/net && \
8
+ # mknod /dev/net/tun c 10 200 && \
9
  chmod 0666 /dev/net/tun
10
 
11
  # Set the working directory in the container