Change Alpine pkg repo from community
to main
(#70)
Fixes #68, credit to @FredStober
This commit is contained in:
parent
51724af088
commit
68d3069a3a
@ -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 New Issue
Block a user