ar08 commited on
Commit
9c58302
·
verified ·
1 Parent(s): f5ee0f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apt-get update && \
16
  gcc
17
 
18
  # Install Python 3.11
19
- RUN sudo apt install software-properties-common && \
20
  sudo add-apt-repository ppa:deadsnakes/ppa && \
21
  sudo apt-get update -y && \
22
  sudo apt-get install -y python3.11
 
16
  gcc
17
 
18
  # Install Python 3.11
19
+ RUN sudo apt install software-properties-common -y && \
20
  sudo add-apt-repository ppa:deadsnakes/ppa && \
21
  sudo apt-get update -y && \
22
  sudo apt-get install -y python3.11