Skip to content

Commit fd5de45

Browse files
authored
ci: fix typo test base docker image
1 parent f516f86 commit fd5de45

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

dev/docker-test-base/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ LABEL maintainer="IETF Tools Team <tools-discuss@ietf.org>"
33

44
ENV DEBIAN_FRONTEND=noninteractive
55

6-
76
RUN apt-get update
87
RUN apt-get -qy upgrade
98

@@ -111,7 +110,7 @@ RUN pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/requ
111110
RUN 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
117116
ADD 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
125124
COPY package.json package.json
126125
RUN npm install --no-audit
127-
RUN rm -f package.json package-lock.json
126+
RUN rm -f package.json package-lock.json

0 commit comments

Comments
 (0)