Commit 744a96db authored by yxli's avatar yxli

Update Dockerfile.lite

parent cb276e29
Pipeline #38320 failed with stages
in 2 minutes and 17 seconds
...@@ -6,8 +6,9 @@ RUN apt update && \ ...@@ -6,8 +6,9 @@ RUN apt update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/*
WORKDIR /usr/src WORKDIR /usr/src
RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v${PREMAKE_VERSION}/premake-${PREMAKE_VERSION}-src.zip && \ RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta5-src.zip && \
7z x -y -opremake premake.zip && \ 7z x -y premake.zip && \
mv premake-5.0.0-beta5-src premake && \
cd premake/build/gmake.unix && \ cd premake/build/gmake.unix && \
make -j$(nproc) make -j$(nproc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment