Do not install glibc
This commit is contained in:
parent
36d4d424f8
commit
18e09d9658
@ -42,7 +42,7 @@ COPY --from=builder /output /src
|
|||||||
# -------------------------------------------------------
|
# -------------------------------------------------------
|
||||||
# -- Prepare system deps
|
# -- 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)
|
mv /src/openvpn $(which openvpn)
|
||||||
|
|
||||||
# Needed by scripts
|
# Needed by scripts
|
||||||
|
@ -54,7 +54,7 @@ COPY --from=builder /output /src
|
|||||||
# -------------------------------------------------------
|
# -------------------------------------------------------
|
||||||
# -- Prepare system deps
|
# -- 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)
|
mv /src/openvpn $(which openvpn)
|
||||||
|
|
||||||
# Needed by scripts
|
# Needed by scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user