fffiloni commited on
Commit
11106c0
·
verified ·
1 Parent(s): a26db41

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
19
  && rm -rf /var/lib/apt/lists/*
20
 
21
  # Create a symlink for python
22
- RUN ln -s /usr/bin/python3 /usr/bin/python
23
 
24
  # Create a non-root user
25
  RUN useradd -m -u 1000 user
 
19
  && rm -rf /var/lib/apt/lists/*
20
 
21
  # Create a symlink for python
22
+ RUN ln -s /usr/bin/python3.9 /usr/bin/python
23
 
24
  # Create a non-root user
25
  RUN useradd -m -u 1000 user