4get (arm64)

Published 2024-09-18 20:26:32 -04:00 by Korbs in Korbs/4get

Installation

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

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-18 20:26:32 -04:00
4
OCI / Docker
linux/arm64/v8
26 MiB
Versions (2) View all
amd64 2024-09-18
arm64 2024-09-18