build/rebuild.sh: rebuild when current image has pending updates
This commit is contained in:
1
debian/11/Dockerfile
vendored
1
debian/11/Dockerfile
vendored
@ -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 \
|
||||
|
Reference in New Issue
Block a user