pragnakalp commited on
Commit
32a04e3
1 Parent(s): 43859fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN pwd
20
  RUN cd /content/cmake-3.20.0
21
  RUN pwd
22
  RUN ls -l
23
- RUN ./bootstrap
24
  RUN make
25
  RUN sudo make install
26
 
 
20
  RUN cd /content/cmake-3.20.0
21
  RUN pwd
22
  RUN ls -l
23
+ RUN ./content/cmake-3.20.0/bootstrap
24
  RUN make
25
  RUN sudo make install
26