mirror of
https://github.com/correl/docker-pleroma.git
synced 2024-11-14 19:19:27 +00:00
Change Alpine pkg repo from community
to main
(#70)
Fixes #68, credit to @FredStober
This commit is contained in:
parent
51724af088
commit
68d3069a3a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ARG UID=911
|
|||
ARG GID=911
|
||||
ENV MIX_ENV=prod
|
||||
|
||||
RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories \
|
||||
RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/main" >> /etc/apk/repositories \
|
||||
&& apk update \
|
||||
&& apk add git gcc g++ musl-dev make cmake file-dev \
|
||||
exiftool imagemagick libmagic ncurses postgresql-client ffmpeg
|
||||
|
|
Loading…
Reference in a new issue