Commit 84ed3b03 authored by nanahira's avatar nanahira

Update Dockerfile.lite

parent 82c65254
Pipeline #33890 failed with stages
in 2 minutes and 35 seconds
...@@ -6,10 +6,10 @@ RUN apt update && \ ...@@ -6,10 +6,10 @@ 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-beta1/premake-5.0.0-beta1-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 premake.zip && \ 7z x -y premake.zip && \
mv premake-5.0.0-beta1-src premake && \ mv premake-5.0.0-beta5-src premake && \
cd premake/build/gmake2.unix && \ cd premake/build/gmake.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