- https://em.0x45.cz
- Joined on
2022-09-04
Block a user
mixtape (240403)
Installation
docker pull git.0x45.cz/em/mixtape:240403
sha256:fa41e52927476e0d3bed5c6709300816edaa91dbd0e52c9700e70e8008126bd3
Image Layers
ADD file:b18b4c32dd8042f45097997c732dc29b3917fd7d5f337f9e772eee5875fbe6f1 in / |
CMD ["bash"] |
ARG ZOLA_VERSION=0.18.0 |
ARG CHORDPRO_VERSION=6.050 |
RUN |2 ZOLA_VERSION=0.18.0 CHORDPRO_VERSION=6.050 /bin/sh -c apt update -y && apt-get install -y --no-install-recommends ca-certificates openssl openssh-client rsync git wget build-essential cpanminus ghostscript # buildkit |
RUN |2 ZOLA_VERSION=0.18.0 CHORDPRO_VERSION=6.050 /bin/sh -c update-ca-certificates # buildkit |
RUN |2 ZOLA_VERSION=0.18.0 CHORDPRO_VERSION=6.050 /bin/sh -c cpanm chordpro@${CHORDPRO_VERSION} # buildkit |
RUN |2 ZOLA_VERSION=0.18.0 CHORDPRO_VERSION=6.050 /bin/sh -c wget https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz && tar -xvzf zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz && mv zola /usr/local/bin/zola && rm zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz # buildkit |
CMD ["/bin/sh"] |