thejagstudio commited on
Commit
34790b6
·
verified ·
1 Parent(s): e7c4525

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,8 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
4
 
5
  # Remove any third-party apt sources to avoid issues with expiring keys.
6
  # Install some basic utilities
7
- RUN apt-get install python
8
- RUN apt-get install python-pip
9
  RUN rm -f /etc/apt/sources.list.d/*.list && \
10
  apt-get update && apt-get install -y --no-install-recommends \
11
  curl \
 
4
 
5
  # Remove any third-party apt sources to avoid issues with expiring keys.
6
  # Install some basic utilities
7
+ RUN apt install python3
8
+ RUN apt install python3-pip
9
  RUN rm -f /etc/apt/sources.list.d/*.list && \
10
  apt-get update && apt-get install -y --no-install-recommends \
11
  curl \