Browse Source

Added nsupdate

Added nsupdate command to docker image
pull/1820/head
TechnicLab 6 years ago
committed by GitHub
parent
commit
6420aced20
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

1
Dockerfile

@ -6,6 +6,7 @@ RUN apk update -f \
coreutils \ coreutils \
curl \ curl \
socat \ socat \
bind-tools \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
ENV LE_CONFIG_HOME /acme.sh ENV LE_CONFIG_HOME /acme.sh

Loading…
Cancel
Save