From 18e09d9658f9785051f1077c9feaa2cc34d38287 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 5 Jun 2024 13:32:59 +0200 Subject: [PATCH] Do not install glibc --- containerfiles/Containerfile | 2 +- containerfiles/Containerfile-XOR | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containerfiles/Containerfile b/containerfiles/Containerfile index 3a1b6f5..f6e21c9 100644 --- a/containerfiles/Containerfile +++ b/containerfiles/Containerfile @@ -42,7 +42,7 @@ COPY --from=builder /output /src # ------------------------------------------------------- # -- Prepare system deps # ------------------------------------------------------- -RUN apt update && apt install openvpn glibc easy-rsa iptables -y && \ +RUN apt update && apt install openvpn easy-rsa iptables -y && \ mv /src/openvpn $(which openvpn) # Needed by scripts diff --git a/containerfiles/Containerfile-XOR b/containerfiles/Containerfile-XOR index 6c7ff67..75cc83c 100644 --- a/containerfiles/Containerfile-XOR +++ b/containerfiles/Containerfile-XOR @@ -54,7 +54,7 @@ COPY --from=builder /output /src # ------------------------------------------------------- # -- Prepare system deps # ------------------------------------------------------- -RUN apt update && apt install openvpn glibc easy-rsa iptables -y && \ +RUN apt update && apt install openvpn easy-rsa iptables -y && \ mv /src/openvpn $(which openvpn) # Needed by scripts