mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
commit
70183adaf7
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine
|
||||
FROM lsiobase/alpine:3.5
|
||||
MAINTAINER sparklyballs
|
||||
|
||||
# set version label
|
||||
@ -19,10 +19,8 @@ RUN \
|
||||
curl \
|
||||
g++ \
|
||||
gcc \
|
||||
go \
|
||||
tar && \
|
||||
apk add --no-cache --virtual=build-dependencies2 \
|
||||
--repository http://nl.alpinelinux.org/alpine/edge/community \
|
||||
go && \
|
||||
|
||||
# compile syncthing
|
||||
SYNC_TAG=$(curl -sX GET "https://api.github.com/repos/syncthing/syncthing/releases/latest" \
|
||||
@ -56,8 +54,7 @@ RUN \
|
||||
|
||||
# cleanup
|
||||
apk del --purge \
|
||||
build-dependencies \
|
||||
build-dependencies2 && \
|
||||
build-dependencies && \
|
||||
rm -rf \
|
||||
/tmp/*
|
||||
|
||||
|
||||
@ -83,6 +83,7 @@ You can find some of the best documentation available on the web at [docs.syncth
|
||||
|
||||
## Versions
|
||||
|
||||
+ **08.02.17:** Rebase to alpine 3.5
|
||||
+ **01.11.16:** Switch to compiling latest version from git source.
|
||||
+ **14.10.16:** Add version layer information.
|
||||
+ **30.09.16:** Fix umask.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user