# HG changeset patch # User Matthew Wild # Date 1679585457 0 # Node ID 8a9bf558aead772cc71d6a0fbcc5e28768923b79 # Parent e547ddf8b64d2dfdeffbeaf7369387a1764446fc Dockerfile: Update to bullseye-slim and install lua-unbound diff -r e547ddf8b64d -r 8a9bf558aead Dockerfile --- a/Dockerfile Thu Mar 23 15:30:32 2023 +0000 +++ b/Dockerfile Thu Mar 23 15:30:57 2023 +0000 @@ -1,4 +1,4 @@ -FROM ubuntu:xenial +FROM debian:bullseye-slim MAINTAINER Matthew Wild @@ -10,6 +10,7 @@ lua-filesystem \ lua-sec \ lua-socket \ + lua-unbound \ make \ && rm -rf /var/lib/apt/lists/*