1290 - remove nginx vts

This commit is contained in:
Tom McKay 2019-01-28 09:41:43 -05:00
parent 6661ee8119
commit b38c31464f
4 changed files with 0 additions and 125 deletions

View file

@ -63,10 +63,6 @@ RUN apt-get update && apt-get upgrade -y \
yarn=0.22.0-1 \
w3m # 13JUL2018
# Install nginx-module-vts
COPY scripts/build-nginx-vts.sh /tmp/build-nginx-vts.sh
RUN /tmp/build-nginx-vts.sh v0.1.18
# Install cfssl
RUN curl -fsSL -o /bin/cfssljson https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64 \
&& curl -fsSL -o /bin/cfssl https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 \