4get (amd64)

Published 2024-09-20 19:29:45 -05:00 by Korbs in Korbs/4get

Installation

docker pull ark.sudovanilla.org/korbs/4get:amd64
sha256:e9e99ed99e379fb7d9604b5c1e70ff299c335c8ba3a0aa17f8072e85ba955e81

Image Layers

ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 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:29:45 -05:00
4
OCI / Docker
linux/amd64
26 MiB
Versions (2) View all
amd64 2024-09-20
arm64 2024-09-20