We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b2bc1 commit 2a1425dCopy full SHA for 2a1425d
Dockerfile
@@ -8,7 +8,8 @@ RUN apt-get update && apt-get install -y \
8
libtool \
9
automake \
10
autoconf-archive \
11
- python3-docutils
+ python3-docutils \
12
+ && dpkg -i /pkgs/*varnish-dev*.deb || apt-get -f install -y
13
14
WORKDIR /
15
COPY . .
debug/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM varnish:7.7.1
+FROM varnish:7.7.3
2
3
USER root
4
@@ -11,7 +11,8 @@ RUN apt-get update && \
libasan8 \
gdb \
- procps
+ procps \
16
17
18
0 commit comments