We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c1c96 commit 21c0a8eCopy full SHA for 21c0a8e
1 file changed
docker/Dockerfile
@@ -20,7 +20,7 @@
20
# have *not* been downloaded.
21
22
FROM debian:jessie
23
-MAINTAINER Henrik Levkowetz <henrik@levkowetz.com>
+LABEL maintainer="Henrik Levkowetz <henrik@levkowetz.com>"
24
25
# Default django runserver port
26
EXPOSE 8000
@@ -151,7 +151,8 @@ WORKDIR /usr/local/bin
151
RUN ln -s /usr/local/phantomjs-1.9.8-linux-x86_64/bin/phantomjs .
152
153
# idnits and dependencies
154
-RUN wget -q --no-check-certificate -P /usr/local/bin/ https://tools.ietf.org/tools/idnits/idnits && chmod +x /usr/local/bin/idnits
+ADD https://tools.ietf.org/tools/idnits/idnits /usr/local/bin/
155
+RUN chmod +rx /usr/local/bin/idnits
156
157
ENV DDIR="/usr/local/share/datatracker"
158
RUN mkdir -p $DDIR
0 commit comments