Dockerfile: Update to bullseye-slim and install lua-unbound

Thu, 23 Mar 2023 15:30:57 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 23 Mar 2023 15:30:57 +0000
changeset 179
8a9bf558aead
parent 178
e547ddf8b64d
child 180
249197af6c01

Dockerfile: Update to bullseye-slim and install lua-unbound

Dockerfile file | annotate | diff | comparison | revisions
--- 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 <mwild1@gmail.com>
 
@@ -10,6 +10,7 @@
 	lua-filesystem \
         lua-sec \
         lua-socket \
+        lua-unbound \
         make \
     && rm -rf /var/lib/apt/lists/*
 

mercurial