diff --git a/Dockerfile b/Dockerfile index 41f6190..ab9de83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* diff --git a/README.md b/README.md index ef43740..1349c33 100644 --- a/README.md +++ b/README.md @@ -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.