Commit Graph

6 Commits

Author SHA1 Message Date
Jaromil 144772cd2a
Merge branch 'master' into dockerfile-fixes 2018-09-25 17:43:41 +02:00
parazyd d068a8892f
Dockerfile: Use ADD instead of COPY.
This is used temporarily and could possibly be reverted once this logic
is implemented in the Devuan sdk.
2018-09-25 17:00:39 +02:00
parazyd ceda189eb0
Dockerfile: Use long options with apt.
This is needed for the Devuan sdk, since it somehow bugs out on short
options, and with usage of -q.

Also, no flags are needed for 'apt-get update' so they are removed as
well.
2018-09-25 17:00:39 +02:00
Jaromil 2049795cad
docker do not upgrade packages 2018-09-25 17:00:38 +02:00
Jaromil a13201c11e docker do not upgrade packages 2018-09-25 16:13:36 +02:00
Jaromil d92f19cc18 Docker development setup based on Devuan images
Also moved travis test build to use this dockerfile
includes helper scripts and documentation updates
2018-09-04 14:31:57 +02:00