mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-04-17 01:18:21 +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
|
WORKDIR /powerdns-admin
|
||||||
|
|
||||||
RUN apt-get update -y
|
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 apt-get install -y python3-pip python3-dev supervisor curl
|
||||||
|
|
||||||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user