File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ LABEL maintainer="IETF Tools Team <tools-discuss@ietf.org>"
33
44ENV DEBIAN_FRONTEND=noninteractive
55
6-
76RUN apt-get update
87RUN apt-get -qy upgrade
98
@@ -111,7 +110,7 @@ RUN pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/requ
111110RUN sed -i '/imklog/s/^/#/' /etc/rsyslog.conf
112111
113112# Install the Nu Html Checker (v.Nu)
114- ADD ADD https://github.com/validator/validator/releases/download/latest/vnu.jar /
113+ ADD https://github.com/validator/validator/releases/download/latest/vnu.jar /
115114
116115# Fetch wait-for utility
117116ADD https://raw.githubusercontent.com/eficode/wait-for/v2.1.3/wait-for /usr/local/bin/
@@ -124,4 +123,4 @@ WORKDIR /workspace
124123# Install NPM modules
125124COPY package.json package.json
126125RUN npm install --no-audit
127- RUN rm -f package.json package-lock.json
126+ RUN rm -f package.json package-lock.json
You can’t perform that action at this time.
0 commit comments