Commit 6b163799 authored by yxli's avatar yxli

Update Dockerfile.lite

parent d7bf04cf
Pipeline #38315 failed with stages
in 2 minutes and 12 seconds
......@@ -6,9 +6,9 @@ RUN apt update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/*
WORKDIR /usr/src
RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v5.0.0-beta1/premake-5.0.0-beta1-src.zip && \
RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v5.0.0-beta7/premake-5.0.0-beta7-src.zip && \
7z x -y premake.zip && \
mv premake-5.0.0-beta1-src premake && \
mv premake-5.0.0-beta7-src premake && \
cd premake/build/gmake2.unix && \
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