update
This commit is contained in:
parent
4b0d8f75dc
commit
35cf01e3e0
7 changed files with 126 additions and 34 deletions
11
Dockerfile
11
Dockerfile
|
@ -1,6 +1,17 @@
|
|||
FROM alpine:latest
|
||||
WORKDIR /var/www/html/4get
|
||||
|
||||
# Metadata
|
||||
## This modified version of 4get is pushed to SudoVanilla's OCI registry.
|
||||
## These labels will make the correct information is shown on the registry.
|
||||
LABEL org.opencontainers.image.title="4get"
|
||||
LABEL org.opencontainers.image.vendor="lolcat"
|
||||
LABEL org.opencontainers.image.description="4get is a proxy search engine that doesn't suck"
|
||||
LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later"
|
||||
LABEL org.opencontainers.image.url="https://4get.sudovanilla.org/"
|
||||
LABEL org.opencontainers.image.source="https://ark.sudovanilla.org/Korbs/4get-patches"
|
||||
LABEL org.opencontainers.image.version="8"
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
RUN 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue