diff --git a/Dockerfile b/Dockerfile index b3b730b..57c333c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ RUN apt-get update && apt-get install -y \ libtool \ automake \ autoconf-archive \ - python3-docutils + python3-docutils \ + && dpkg -i /pkgs/*varnish-dev*.deb || apt-get -f install -y WORKDIR / COPY . . diff --git a/debug/Dockerfile b/debug/Dockerfile index dc29ffe..876f76a 100644 --- a/debug/Dockerfile +++ b/debug/Dockerfile @@ -1,4 +1,4 @@ -FROM varnish:7.7.1 +FROM varnish:7.7.3 USER root @@ -11,7 +11,8 @@ RUN apt-get update && \ autoconf-archive \ libasan8 \ gdb \ - procps + procps \ + && dpkg -i /pkgs/*varnish-dev*.deb || apt-get -f install -y WORKDIR /