BramVanroy commited on
Commit
11c9812
1 Parent(s): 2ccd2ae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,8 +7,8 @@ RUN apt-get -y update \
7
 
8
  RUN add-apt-repository ppa:deadsnakes/ppa \
9
  && apt-get -y update \
10
- && apt-get -y install python3.9 python3.9-dev python3-pip python3.9-distutils \
11
- && ln -s /usr/bin/python3.9 /usr/bin/python \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  RUN useradd -m -u 1000 user
 
7
 
8
  RUN add-apt-repository ppa:deadsnakes/ppa \
9
  && apt-get -y update \
10
+ && apt-get -y install python3.10 python3.10-dev python3-pip python3.10-distutils \
11
+ && ln -s /usr/bin/python3.10 /usr/bin/python \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  RUN useradd -m -u 1000 user