mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
fix path to tar file
This commit is contained in:
parent
fe9c5af2c9
commit
942d2b3645
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN apt-get install -y curl cmake bsdmainutils wget vim nano git binutils autoco
|
||||||
RUN apt-get install -y --allow-unauthenticated binutils-hermit libhermit newlib-hermit pthread-embedded-hermit gcc-hermit
|
RUN apt-get install -y --allow-unauthenticated binutils-hermit libhermit newlib-hermit pthread-embedded-hermit gcc-hermit
|
||||||
|
|
||||||
RUN wget https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz
|
RUN wget https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz
|
||||||
RUN tar xzvf https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz
|
RUN tar xzvf cmake*.tar.gz
|
||||||
RUN cd cmake-3.7.2
|
RUN cd cmake-3.7.2
|
||||||
RUN ./bootstrap
|
RUN ./bootstrap
|
||||||
RUN make
|
RUN make
|
||||||
|
|
Loading…
Add table
Reference in a new issue