Преглед изворни кода

Install sudo command as utilities in Dockerfile

Kentaro Wada пре 6 година
родитељ
комит
ff189faad3
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5 5
      docker/Dockerfile

+ 5 - 5
docker/Dockerfile

@@ -14,14 +14,14 @@ RUN \
   apt-get update -qq && \
   apt-get upgrade -qq -y && \
   apt-get install -qq -y \
+    # requirements
     git \
     python3 \
-    python3-pip
-
-RUN \
-  apt-get install -qq -y \
+    python3-pip \
     python3-matplotlib \
-    python3-pyqt5
+    python3-pyqt5 \
+    # utilities
+    sudo
 
 RUN pip3 install -v git+https://github.com/wkentaro/labelme.git