Container commited on
Commit
8a66ce2
·
verified ·
1 Parent(s): fe9a7ea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -1,11 +1,5 @@
1
  FROM selenium/standalone-chrome:latest
2
 
3
- # Set up a new user named "user" with user ID 1000
4
- RUN useradd -m -u 1000 user
5
-
6
- # Switch to the "user" user
7
- USER user
8
-
9
  RUN apt-get update && apt-get install -y --no-install-recommends \
10
  # build-essential \
11
  git \
 
1
  FROM selenium/standalone-chrome:latest
2
 
 
 
 
 
 
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends \
4
  # build-essential \
5
  git \