Revert "Merge branch 'use-https-in-dockerfile' into 'develop'"

This reverts merge request !2955
This commit is contained in:
feld 2020-11-18 20:32:30 +00:00
parent a1056aace1
commit 42ff5ea95e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ LABEL maintainer="ops@pleroma.social" \
ARG HOME=/opt/pleroma
ARG DATA=/var/lib/pleroma
RUN echo "https://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories &&\
RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories &&\
apk update &&\
apk add exiftool imagemagick ncurses postgresql-client &&\
adduser --system --shell /bin/false --home ${HOME} pleroma &&\