Yaya86 commited on
Commit
34e0352
·
verified ·
1 Parent(s): 718fab4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -19,6 +19,10 @@ RUN cut -d: -f1,3 /etc/passwd
19
 
20
  RUN userdel ubuntu && useradd -m -u 1000 appuser
21
 
 
 
 
 
22
  #RUN chown -R appuser:appuser /home/appuser
23
 
24
  #RUN apt-get update && apt-get install -y \
 
19
 
20
  RUN userdel ubuntu && useradd -m -u 1000 appuser
21
 
22
+ RUN apt update
23
+
24
+ RUN apt install python3-pip
25
+
26
  #RUN chown -R appuser:appuser /home/appuser
27
 
28
  #RUN apt-get update && apt-get install -y \