ejschwartz commited on
Commit
2cab3d1
·
1 Parent(s): 7ded1cc

Remove old debug line

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -8,8 +8,6 @@ COPY ./requirements.txt /code/requirements.txt
8
 
9
  RUN apt-get -y update && apt-get -y install python3-pip
10
 
11
- RUN cat /etc/passwd
12
-
13
  # Switch to the "user" user
14
  USER ubuntu
15
 
 
8
 
9
  RUN apt-get -y update && apt-get -y install python3-pip
10
 
 
 
11
  # Switch to the "user" user
12
  USER ubuntu
13