Sign inSign up

codecatt/premake

By codecatt

Updated over 6 years ago

Alpine C/C++ build image with recent premake releases.

Image
0

10K+

codecatt/premake repository overview

Available tags:

  • 5-alpha15, 5, latest

Example usage from a Dockerfile:

FROM codecatt/premake:5
COPY . /src

WORKDIR /src
RUN premake5 gmake

WORKDIR /src/projects/gmake
RUN make -j9

Tag summary

Content type

Image

Digest

Size

73 MB

Last updated

over 6 years ago

docker pull codecatt/premake