Commit cb276e29 authored by yxli's avatar yxli

Update Dockerfile.lite

parent 7bb3c600
Pipeline #38319 failed with stages
in 1 minute and 13 seconds
...@@ -6,10 +6,9 @@ RUN apt update && \ ...@@ -6,10 +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/v5.0.0-beta6/premake-5.0.0-beta6-src.zip && \ RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v${PREMAKE_VERSION}/premake-${PREMAKE_VERSION}-src.zip && \
7z x -y premake.zip && \ 7z x -y -opremake premake.zip && \
mv premake-5.0.0-beta6-src premake && \ cd premake/build/gmake.unix && \
cd premake/build/gmake2.unix && \
make -j$(nproc) make -j$(nproc)
FROM node:16-bullseye-slim FROM node:16-bullseye-slim
......
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