1
0
Fork 0
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:
Stefan Lankes 2018-05-08 18:46:16 +02:00
parent fe9c5af2c9
commit 942d2b3645

View file

@ -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 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 ./bootstrap
RUN make