Add ca-certificates install to debian image.
This commit is contained in:
parent
52a64d5399
commit
4f033498db
|
@ -10,7 +10,7 @@ apt-get clean
|
|||
RUN echo "deb http://repo.aptly.info/ squeeze main" > /etc/apt/sources.list.d/aptly.list && \
|
||||
apt-key adv --keyserver keys.gnupg.net --recv-keys 9C7DE460 && \
|
||||
apt-get update && \
|
||||
apt-get install aptly -y && \
|
||||
apt-get install aptly ca-certificates -y && \
|
||||
apt-get clean
|
||||
|
||||
ADD aptly.conf /etc/aptly.conf
|
||||
|
|
Loading…
Reference in New Issue