Commit 3b205665 authored by nanahira's avatar nanahira

fix srvpro dockerfile

parent 4b6529ed
Pipeline #38322 passed with stages
in 13 minutes and 45 seconds
......@@ -2,13 +2,12 @@
FROM debian:bullseye as premake-builder
RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt install -y wget build-essential p7zip-full && \
env DEBIAN_FRONTEND=noninteractive apt install -y wget build-essential p7zip-full uuid-dev && \
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-beta4/premake-5.0.0-beta4-src.zip && \
7z x -y premake.zip && \
mv premake-5.0.0-beta4-src premake && \
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 -opremake premake.zip && \
cd premake/build/gmake.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