build/rebuild.sh: rebuild when current image has pending updates
This commit is contained in:
parent
aec33942bb
commit
7d6169a8a0
5 changed files with 41 additions and 0 deletions
1
debian/12/Dockerfile
vendored
1
debian/12/Dockerfile
vendored
|
@ -2,6 +2,7 @@ FROM debian:bookworm-slim
|
|||
|
||||
RUN set -eux; \
|
||||
apt-get update; \
|
||||
apt-get upgrade -y; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
pdns-server \
|
||||
pdns-backend-bind \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue