ci: fix typo test base docker image
This commit is contained in:
parent
f516f86a17
commit
fd5de45ddf
|
@ -3,7 +3,6 @@ LABEL maintainer="IETF Tools Team <tools-discuss@ietf.org>"
|
|||
|
||||
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
|
||||
RUN rm -f package.json package-lock.json
|
||||
|
|
Loading…
Reference in a new issue