diff --git a/containerfiles/Containerfile b/containerfiles/Containerfile index f6e21c9..3a1b6f5 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 easy-rsa iptables -y && \ +RUN apt update && apt install openvpn glibc easy-rsa iptables -y && \ mv /src/openvpn $(which openvpn) # Needed by scripts diff --git a/containerfiles/Containerfile-XOR b/containerfiles/Containerfile-XOR index 75cc83c..6c7ff67 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 easy-rsa iptables -y && \ +RUN apt update && apt install openvpn glibc easy-rsa iptables -y && \ mv /src/openvpn $(which openvpn) # Needed by scripts