Commit 958835c8 authored by nanahira's avatar nanahira

fix

parent e15a4136
Pipeline #3385 failed with stage
in 60 minutes and 44 seconds
# Dockerfile for SRVPro
FROM debian:buster-slim as premake-builder
FROM debian:buster as premake-builder
RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt install -y wget build-essential p7zip-full && \
......@@ -9,7 +9,7 @@ WORKDIR /usr/src
RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-src.zip && \
7z x -y premake.zip && \
mv premake-5.0.0-alpha14 premake && \
cd premake/build/gmake2.unix && \
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