blog-build (latest)
Published 2023-10-03 20:35:26 +02:00 by christian
Installation
docker pull gitea.haschek.at/christian/blog-build:latest
sha256:6ef2777507b0ae7707af184a691d4261f98a9ee1722404e9e6090bb433813d63
Image Layers
ADD file:85db4f4c5016f51f7112a5d09cb7d4620f565a1379ae4b8a03c5ffc23886a876 in / |
CMD ["bash"] |
RUN /bin/sh -c apt update # buildkit |
RUN /bin/sh -c apt -y install php7.4-cli php7.4-common php-redis wkhtmltopdf php-mbstring git nodejs # buildkit |
SHELL [/bin/bash --login -e -o pipefail -c] |