Alpine C/C++ build image with recent premake releases.
10K+
Available tags:
5-alpha15, 5, latestExample usage from a Dockerfile:
FROM codecatt/premake:5
COPY . /src
WORKDIR /src
RUN premake5 gmake
WORKDIR /src/projects/gmake
RUN make -j9
Content type
Image
Digest
Size
73 MB
Last updated
over 6 years ago
docker pull codecatt/premake