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