fcharih commited on
Commit
86cdcab
·
1 Parent(s): eaad8ac

Update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update
6
  RUN apt-get upgrade -y
7
  #RUN apt-get install -y python3.12 wget
8
  #RUN apt-get install -y python3-pip
9
- RUN apt install -y python3.12-venv
10
  RUN apt-get install -y pkg-config
11
  RUN apt-get install -y cmake
12
 
 
6
  RUN apt-get upgrade -y
7
  #RUN apt-get install -y python3.12 wget
8
  #RUN apt-get install -y python3-pip
9
+ #RUN apt install -y python3.12-venv
10
  RUN apt-get install -y pkg-config
11
  RUN apt-get install -y cmake
12