simonduerr commited on
Commit
8256f46
·
verified ·
1 Parent(s): a047618

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
6
  RUN apt-get update
7
  RUN apt install -y tzdata
8
  RUN apt-get -y update && apt-get -y install software-properties-common \
9
- && add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10 python3-pip
10
 
11
  WORKDIR /code
12
 
 
6
  RUN apt-get update
7
  RUN apt install -y tzdata
8
  RUN apt-get -y update && apt-get -y install software-properties-common \
9
+ && add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10
10
 
11
  WORKDIR /code
12