eaedk commited on
Commit
c059c71
1 Parent(s): 4f71f37

build stage add

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,3 +1,4 @@
 
1
  # # Set up a new user named "user" with user ID 1000
2
  # RUN useradd -m -u 1000 user
3
 
 
1
+ FROM python:3.9
2
  # # Set up a new user named "user" with user ID 1000
3
  # RUN useradd -m -u 1000 user
4