oceansweep commited on
Commit
1517cce
·
verified ·
1 Parent(s): 633b5a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y \
19
  python3-venv \
20
  libpq-dev \
21
  python3-dev \
 
22
  && rm -rf /var/lib/apt/lists/*
23
 
24
  # Create a new user named "user9" with user ID 1009
 
19
  python3-venv \
20
  libpq-dev \
21
  python3-dev \
22
+ python-is-python3 \
23
  && rm -rf /var/lib/apt/lists/*
24
 
25
  # Create a new user named "user9" with user ID 1009