Mediocreatmybest commited on
Commit
de37a46
·
1 Parent(s): 8c30656

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,7 +54,7 @@ USER root
54
 
55
  # Let Node access port 80
56
  RUN apt update && \
57
- apt install libcap2-bin && \
58
  setcap cap_net_bind_service=+ep `readlink -f \`which node\``
59
 
60
  RUN chmod +x start.sh
 
54
 
55
  # Let Node access port 80
56
  RUN apt update && \
57
+ apt install libcap2-bin -y && \
58
  setcap cap_net_bind_service=+ep `readlink -f \`which node\``
59
 
60
  RUN chmod +x start.sh