remove duplicate value

This commit is contained in:
peterrus
2022-03-16 20:14:44 +01:00
committed by GitHub
parent acc7f14090
commit 75fff3a656

View File

@ -5,8 +5,6 @@ ARG UID=911
ARG GID=911
ENV UID=911 GID=911 MIX_ENV=prod
ENV MIX_ENV=prod
RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories \
&& apk update \
&& apk add git gcc g++ musl-dev make cmake file-dev \