ar08 commited on
Commit
b80dd73
·
verified ·
1 Parent(s): d4ba44d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && \
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 && \
22
  sudo apt-get install -y python3.11
23
 
24
  # Install code-server
 
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
23
 
24
  # Install code-server