mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-13 03:47:56 +01:00
Update pdns-admin images
This commit is contained in:
parent
bb15b6cb05
commit
74b4fe7395
2 changed files with 7 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM nginx:1.12-alpine
|
||||
MAINTAINER "Peter Schiffer" <pschiffe@redhat.com>
|
||||
FROM nginx:1.14-alpine
|
||||
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM fedora:27
|
||||
MAINTAINER "Peter Schiffer" <pschiffe@redhat.com>
|
||||
FROM fedora:29
|
||||
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
|
||||
|
||||
RUN dnf -y --setopt=install_weak_deps=False install \
|
||||
python-pip \
|
||||
|
@ -7,7 +7,7 @@ RUN dnf -y --setopt=install_weak_deps=False install \
|
|||
python-ldap \
|
||||
mariadb \
|
||||
uwsgi \
|
||||
uwsgi-plugin-python \
|
||||
uwsgi-plugin-python2 \
|
||||
&& dnf clean all
|
||||
|
||||
RUN mkdir -p /opt/powerdns-admin \
|
||||
|
@ -20,9 +20,8 @@ RUN mkdir -p /opt/powerdns-admin \
|
|||
|
||||
WORKDIR /opt/powerdns-admin
|
||||
|
||||
RUN pip3 install envtpl \
|
||||
&& pip install -r requirements.txt \
|
||||
&& rm -rf ~/.cache/*
|
||||
RUN pip3 install --no-cache-dir envtpl \
|
||||
&& pip install -r requirements.txt --no-cache-dir
|
||||
|
||||
ENV PDNS_ADMIN_LOGIN_TITLE="'PDNS'" \
|
||||
PDNS_ADMIN_TIMEOUT=10 \
|
||||
|
|
Loading…
Reference in a new issue