Fix aptly dir in configurations.
This commit is contained in:
parent
11a31bb656
commit
b11db23797
|
@ -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"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"rootDir": "/Users/mikepurvis/.aptly",
|
||||
"rootDir": "/aptly",
|
||||
"downloadConcurrency": 4,
|
||||
"downloadSpeedLimit": 0,
|
||||
"architectures": [],
|
||||
|
@ -13,4 +13,4 @@
|
|||
"ppaDistributorID": "ubuntu",
|
||||
"ppaCodename": "",
|
||||
"S3PublishEndpoints": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,4 +9,4 @@ apt-get update; \
|
|||
apt-get install aptly -y
|
||||
|
||||
ADD aptly.conf /etc/aptly.conf
|
||||
VOLUME ["/root/.aptly"]
|
||||
VOLUME ["/aptly"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"rootDir": "/Users/mikepurvis/.aptly",
|
||||
"rootDir": "/aptly",
|
||||
"downloadConcurrency": 4,
|
||||
"downloadSpeedLimit": 0,
|
||||
"architectures": [],
|
||||
|
@ -13,4 +13,4 @@
|
|||
"ppaDistributorID": "ubuntu",
|
||||
"ppaCodename": "",
|
||||
"S3PublishEndpoints": {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue