install glibc to the final container
This commit is contained in:
parent
db6e07b5c5
commit
36d4d424f8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user