From fd5de45ddf8155652e9e0dd4aafd87805d0d85ce Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 22 Mar 2022 13:45:34 -0400 Subject: [PATCH] ci: fix typo test base docker image --- dev/docker-test-base/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev/docker-test-base/Dockerfile b/dev/docker-test-base/Dockerfile index b21901e57..8c938b891 100644 --- a/dev/docker-test-base/Dockerfile +++ b/dev/docker-test-base/Dockerfile @@ -3,7 +3,6 @@ LABEL maintainer="IETF Tools Team " ENV DEBIAN_FRONTEND=noninteractive - RUN apt-get update RUN apt-get -qy upgrade @@ -111,7 +110,7 @@ RUN pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/requ RUN sed -i '/imklog/s/^/#/' /etc/rsyslog.conf # Install the Nu Html Checker (v.Nu) -ADD ADD https://github.com/validator/validator/releases/download/latest/vnu.jar / +ADD https://github.com/validator/validator/releases/download/latest/vnu.jar / # Fetch wait-for utility ADD https://raw.githubusercontent.com/eficode/wait-for/v2.1.3/wait-for /usr/local/bin/ @@ -124,4 +123,4 @@ WORKDIR /workspace # Install NPM modules COPY package.json package.json RUN npm install --no-audit -RUN rm -f package.json package-lock.json \ No newline at end of file +RUN rm -f package.json package-lock.json