mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-04 19:15:30 +00:00
Add apt-transport-https to powerdns-admin Dockerfile
This commit is contained in:
parent
c2df132040
commit
521ad446db
@ -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 -
|
||||
|
Loading…
Reference in New Issue
Block a user