diff --git a/Dockerfile b/Dockerfile index 2f27d92..5654890 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,11 +6,11 @@ ENV HOME="/config" # install packages RUN \ - apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/community \ + apk add --no-cache \ + --repository http://nl.alpinelinux.org/alpine/edge/community \ syncthing \ syncthing-utils - # add local files COPY root/ / diff --git a/README.md b/README.md index ab24f8b..1fe5a05 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,6 @@ You can find some of the best documentation available on the web at [docs.syncth ## Versions -+ **02.07.16:** Rebase to alpine for smaller image size. ++ **11.08.16:** Rebase to alpine linux. + **18.12.15:** Initial testing / release (IronicBadger) + **24.09.15:** Inital dev complete (Lonix)