mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
docker: Fix Make download.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
62e1857fe1
commit
1393a551ab
@ -26,7 +26,7 @@ RUN wget --no-check-certificate -O - ${CMAKE_URL} | tar --strip-components=1 -xz
|
|||||||
# Download, build, and install Make
|
# Download, build, and install Make
|
||||||
RUN mkdir -p /workspace/make
|
RUN mkdir -p /workspace/make
|
||||||
ENV MAKE_URL="https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz"
|
ENV MAKE_URL="https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz"
|
||||||
RUN wget --no-check-certificate -O - ${MAKE_URL} | tar --strip-components=1 -xz -C /workspace/make
|
RUN wget --no-check-certificate --user-agent="Mozilla/5.0" -O - ${MAKE_URL} | tar --strip-components=1 -xz -C /workspace/make
|
||||||
RUN cd /workspace/make && ./configure && make -j$(nproc)
|
RUN cd /workspace/make && ./configure && make -j$(nproc)
|
||||||
|
|
||||||
# Set up directories
|
# Set up directories
|
||||||
|
Loading…
Reference in New Issue
Block a user