prosperon (latest)
Published 2024-03-12 09:41:53 -05:00 by john
Installation
docker pull forge.pockle.world/john/prosperon:latest
sha256:e385363e2ef311d554b6bf72d1cedefc89efcbed3cd97b4969c67e8a36983da4
Image Layers
ADD file:9b51ed214f9332acf3126d841440c24eed0beac4062487fb360b288f628454dc in / |
CMD ["bash"] |
RUN /bin/sh -c apt-get update && apt-get install binutils xxd make git wget clang build-essential -y # buildkit |
RUN /bin/sh -c apt-get install libasound2-dev libx11-dev libgl1-mesa-dev libxi-dev libxcursor-dev -y # linux # buildkit |
RUN /bin/sh -c apt-get install emscripten -y # WEB # buildkit |
RUN /bin/sh -c apt-get install mingw-w64 -y # Windows # buildkit |
WORKDIR /sok |
RUN /bin/sh -c wget https://github.com/floooh/sokol-tools-bin/raw/master/bin/linux/sokol-shdc # buildkit |
WORKDIR /app |
COPY entry.sh /entry.sh # buildkit |
ENTRYPOINT ["/bin/sh" "-c" "/entry.sh"] |