Container commited on
Commit
5f5502e
·
verified ·
1 Parent(s): 9ea6d3e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  FROM selenium/standalone-chrome:latest
2
 
3
- # USER root
4
- RUN apt-get install -y --no-install-recommends \
5
- python3
6
  # RUN apt-get update && apt-get install -y --no-install-recommends \
7
  # # build-essential \
8
  # git \
 
1
  FROM selenium/standalone-chrome:latest
2
 
3
+ USER root
4
+
5
+ RUN apt-get install -y --no-install-recommends python3
6
  # RUN apt-get update && apt-get install -y --no-install-recommends \
7
  # # build-essential \
8
  # git \