4get (arm64)

Published 2024-09-20 19:26:37 -05:00 by Korbs in Korbs/4get

Installation

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

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-20 19:26:37 -05:00
6
OCI / Docker
linux/arm64/v8
26 MiB
Versions (2) View all
amd64 2024-09-20
arm64 2024-09-20