build/rebuild.sh: rebuild when current image has pending updates

This commit is contained in:
Pim van den Berg 2022-06-26 15:09:51 +02:00
parent aec33942bb
commit 7d6169a8a0
5 changed files with 41 additions and 0 deletions

View file

@ -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 \