mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
Merge pull request #43 from linuxserver/edge
install go from the stable repo
This commit is contained in:
commit
8867ab9376
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user