Add ca-certificates install to debian image.

This commit is contained in:
Mike Purvis 2017-10-24 12:22:18 -04:00 committed by GitHub
parent 52a64d5399
commit 4f033498db
1 changed files with 1 additions and 1 deletions

View File

@ -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