1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-15 00:40:49 +00:00

Fix Alpine 3.19 dependencies

This commit is contained in:
DerLinkman
2024-01-08 12:07:22 +01:00
parent 5896766fc3
commit 333b7ebc0c
3 changed files with 5 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ RUN apk add --virtual .build-deps \
openssl-dev \
&& apk add -U python3 \
iptables \
iptables-dev \
ip6tables \
xtables-addons \
nftables \