Mediocreatmybest commited on
Commit
8320316
1 Parent(s): cc3771f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ USER root
39
 
40
  # Let Node access port 80
41
  RUN apt update && \
42
- apt install libcap2-bin -y && \
43
  setcap cap_net_bind_service=+ep `readlink -f \`which node\``
44
 
45
  RUN chmod +x start.sh
 
39
 
40
  # Let Node access port 80
41
  RUN apt update && \
42
+ apt install iproute2 libcap2-bin -y && \
43
  setcap cap_net_bind_service=+ep `readlink -f \`which node\``
44
 
45
  RUN chmod +x start.sh