Merge pull request #43 from linuxserver/edge

install go from the stable repo
This commit is contained in:
Roxedus 2021-03-02 16:00:25 +01:00 committed by GitHub
commit 8867ab9376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View File

@ -6,8 +6,6 @@ ARG SYNCTHING_RELEASE
RUN \
echo "**** install build packages ****" && \
apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
curl \
g++ \
gcc \

View File

@ -6,8 +6,6 @@ ARG SYNCTHING_RELEASE
RUN \
echo "**** install build packages ****" && \
apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
curl \
g++ \
gcc \

View File

@ -6,8 +6,6 @@ ARG SYNCTHING_RELEASE
RUN \
echo "**** install build packages ****" && \
apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
curl \
g++ \
gcc \