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

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 -