1
0

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

This commit is contained in:
2022-06-26 15:09:51 +02:00
parent aec33942bb
commit d96ffe2e95
5 changed files with 40 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM debian:bullseye-slim
RUN set -eux; \
apt-get update; \
apt-get upgrade -y; \
apt-get install -y --no-install-recommends \
pdns-server \
pdns-backend-bind \