Skip to content

Commit 2a1425d

Browse files
authored
feat: add varnish-dev removed from upstream (#15)
1 parent d8b2bc1 commit 2a1425d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN apt-get update && apt-get install -y \
88
libtool \
99
automake \
1010
autoconf-archive \
11-
python3-docutils
11+
python3-docutils \
12+
&& dpkg -i /pkgs/*varnish-dev*.deb || apt-get -f install -y
1213

1314
WORKDIR /
1415
COPY . .

debug/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM varnish:7.7.1
1+
FROM varnish:7.7.3
22

33
USER root
44

@@ -11,7 +11,8 @@ RUN apt-get update && \
1111
autoconf-archive \
1212
libasan8 \
1313
gdb \
14-
procps
14+
procps \
15+
&& dpkg -i /pkgs/*varnish-dev*.deb || apt-get -f install -y
1516

1617
WORKDIR /
1718

0 commit comments

Comments
 (0)