diff --git a/devel/Dockerfile b/devel/Dockerfile index daf237d..badffab 100644 --- a/devel/Dockerfile +++ b/devel/Dockerfile @@ -4,4 +4,4 @@ MAINTAINER Mike Purvis RUN go get github.com/smira/aptly ADD aptly.conf /etc/aptly.conf -VOLUME ["/root/.aptly"] +VOLUME ["/aptly"] diff --git a/devel/aptly.conf b/devel/aptly.conf index 9dc011a..24dbb51 100644 --- a/devel/aptly.conf +++ b/devel/aptly.conf @@ -1,5 +1,5 @@ { - "rootDir": "/Users/mikepurvis/.aptly", + "rootDir": "/aptly", "downloadConcurrency": 4, "downloadSpeedLimit": 0, "architectures": [], @@ -13,4 +13,4 @@ "ppaDistributorID": "ubuntu", "ppaCodename": "", "S3PublishEndpoints": {} -} \ No newline at end of file +} diff --git a/latest/Dockerfile b/latest/Dockerfile index 0305f10..0be588c 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -9,4 +9,4 @@ apt-get update; \ apt-get install aptly -y ADD aptly.conf /etc/aptly.conf -VOLUME ["/root/.aptly"] +VOLUME ["/aptly"] diff --git a/latest/aptly.conf b/latest/aptly.conf index 9dc011a..24dbb51 100644 --- a/latest/aptly.conf +++ b/latest/aptly.conf @@ -1,5 +1,5 @@ { - "rootDir": "/Users/mikepurvis/.aptly", + "rootDir": "/aptly", "downloadConcurrency": 4, "downloadSpeedLimit": 0, "architectures": [], @@ -13,4 +13,4 @@ "ppaDistributorID": "ubuntu", "ppaCodename": "", "S3PublishEndpoints": {} -} \ No newline at end of file +}