Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .
Expand Down
5 changes: 3 additions & 2 deletions debug/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM varnish:7.7.1
FROM varnish:7.7.3

USER root

Expand All @@ -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 /

Expand Down