Move to Cadoles namespace

This commit is contained in:
2021-07-12 17:23:55 +02:00
parent b3bcb6fca8
commit aa50e74d9a
4 changed files with 40 additions and 15 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.9
ARG HTTP_PROXY=
ARG HTTPS_PROXY=
@ -6,6 +6,7 @@ ARG http_proxy=
ARG https_proxy=
ARG FDROIDSERVER_VERSION=1.0.10
ARG TIMEZONE=Europe/Paris
ARG CRYPTOGRAPHY_DONT_BUILD_RUST=1
RUN apk add --no-cache \
python3 build-base freetype-dev libffi-dev \
@ -47,7 +48,8 @@ VOLUME /fdroid/metadata
VOLUME /fdroid/keystore
EXPOSE 2222
EXPOSE 8080
EXPOSE 80
EXPOSE 443
ENV FDROID_ARCHIVE_OLDER=3
ENV FDROID_REPO_ICON=fdroid-icon.png