mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-17 16:45:06 +00:00
Update Dockerfile
install unbound package from alpine:edge
This commit is contained in:
parent
aed440bcb3
commit
7d17715e2e
1 changed files with 4 additions and 1 deletions
|
|
@ -2,11 +2,14 @@ FROM alpine:3.23
|
|||
|
||||
LABEL maintainer = "The Infrastructure Company GmbH <info@servercow.de>"
|
||||
|
||||
# install unbound from alpine:edge to get security patches
|
||||
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main unbound
|
||||
|
||||
# install other packages from regular alpine stable repo
|
||||
RUN apk add --update --no-cache \
|
||||
curl \
|
||||
bind-tools \
|
||||
coreutils \
|
||||
unbound \
|
||||
bash \
|
||||
openssl \
|
||||
drill \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue