docker-syncthing icon indicating copy to clipboard operation
docker-syncthing copied to clipboard

Dockerfile update for v0.14.33

Open aritas1 opened this issue 8 years ago • 0 comments

I had some build issues for the 0.14.33 version.

Fixed it with:

  • alpine:3.6 to get go >=1.8
    • to prevent make fails with cannot find package "context"
  • added libc-dev as a new apk dependency
    • to get the linking to work

aritas1 avatar Aug 04 '17 12:08 aritas1