Closed Puneeth-n closed 6 years ago
4.1
compiles.
FROM ubuntu:latest
EXPOSE 80
RUN apt-get update && apt-get -y install curl && \
apt-get clean
RUN curl -s https://packagecloud.io/install/repositories/varnishcache/varnish41/script.deb.sh | bash && \
apt-get install -y varnish varnish-dev varnish-agent libtool automake build-essential git python-docutils && \
apt-get clean
WORKDIR /opt/ct/
RUN git clone -b 4.1 --single-branch https://github.com/varnish/libvmod-rtstatus.git --depth 1 && \
cd libvmod-rtstatus && ./autogen.sh && ./configure && make && make install
ERROR