Add apt-transport-https to powerdns-admin Dockerfile

This commit is contained in:
Khanh Ngo 2018-06-13 10:47:35 +07:00
parent c2df132040
commit 521ad446db
No known key found for this signature in database
GPG key ID: B9AE3BAF6D5A7B22

View file

@ -6,6 +6,7 @@ ENV ENVIRONMENT=${ENVIRONMENT}
WORKDIR /powerdns-admin
RUN apt-get update -y
RUN apt-get install -y apt-transport-https
RUN apt-get install -y python3-pip python3-dev supervisor curl
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -