4get (arm64)

Published 2024-09-16 20:26:34 -04:00 by Korbs in Korbs/4get

Installation

docker pull ark.sudovanilla.org/korbs/4get:arm64
sha256:e7ce6709dfa6ce08f1757181efabf4e4ca7db16d5383b55ab21aa28cac921577

Image Layers

ADD file:ee5bb8409915b11413f44cce4c22fed658aba4fb078a448e08dd4ac9a23581f2 in /
CMD ["/bin/sh"]
WORKDIR /var/www/html/4get
RUN /bin/sh -c apk update && apk upgrade # buildkit
RUN /bin/sh -c apk add php apache2-ssl php83-fileinfo php83-openssl php83-iconv php83-common php83-dom php83-sodium php83-curl curl php83-pecl-apcu php83-apache2 imagemagick php83-pecl-imagick php-mbstring imagemagick-webp imagemagick-jpeg # buildkit
COPY ./docker/apache/ /etc/apache2/ # buildkit
COPY . . # buildkit
RUN /bin/sh -c chmod 777 /var/www/html/4get/icons # buildkit
EXPOSE map[80/tcp:{}]
EXPOSE map[443/tcp:{}]
ENV FOURGET_PROTO=http
CMD ["./docker/docker-entrypoint.sh"]
Details
Container
2024-09-16 20:26:34 -04:00
4
OCI / Docker
linux/arm64/v8
26 MiB
Versions (2) View all
amd64 2024-09-16
arm64 2024-09-16