chore: add openrc to avoid no init systems (#1027)
parent
7be830a34e
commit
16cd4da5fc
|
|
@ -97,7 +97,7 @@ LABEL maintainer="dselen@nerthus.nl"
|
||||||
# Install only the runtime dependencies
|
# Install only the runtime dependencies
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
iproute2 iptables \
|
iproute2 iptables \
|
||||||
bash curl procps \
|
bash curl procps openrc \
|
||||||
tzdata wireguard-tools
|
tzdata wireguard-tools
|
||||||
|
|
||||||
# Copy only the final binaries from the AWG builder stages
|
# Copy only the final binaries from the AWG builder stages
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue