Do not install glibc

This commit is contained in:
Nikolai Rodionov 2024-06-05 13:32:59 +02:00
parent 36d4d424f8
commit 18e09d9658
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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