moriire commited on
Commit
c28ca7b
·
verified ·
1 Parent(s): d61f13e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -6
Dockerfile CHANGED
@@ -7,15 +7,11 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
7
  ninja-build \
8
  build-essential \
9
  pkg-config \
 
 
10
  gnupg2 \
11
  wget
12
 
13
- RUN apt update
14
- RUN apt install gcc-11 g++-11
15
- RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 60 --slave /usr/bin/g++ g++ /usr/bin/g++-11
16
- RUN pip install --upgrade pip
17
- RUN pip install --upgrade setuptools wheel
18
-
19
  WORKDIR /code
20
 
21
  RUN chmod 777 .
 
7
  ninja-build \
8
  build-essential \
9
  pkg-config \
10
+ curl \
11
+ cmake \
12
  gnupg2 \
13
  wget
14
 
 
 
 
 
 
 
15
  WORKDIR /code
16
 
17
  RUN chmod 777 .