added tailscale-openrc
Some checks failed
Build and Push Alpine Container / build-and-push-arch (arm64) (push) Failing after 12s
Build and Push Alpine Container / build-and-push-arch (amd64) (push) Failing after 4s
Build and Push Alpine Container / merge-images-via-manifest (push) Has been skipped

This commit is contained in:
Xaver Russ 2025-09-29 10:35:27 +02:00
parent ea6de2a7ad
commit 3a12e16646

View file

@ -13,7 +13,8 @@ RUN apk add --no-cache \
openssh-client \ openssh-client \
openssh-server \ openssh-server \
sudo \ sudo \
tailscale tailscale \
tailscale-openrc
RUN sed -i 's/^#rc_sys=""/rc_sys="lxc"/' /etc/rc.conf RUN sed -i 's/^#rc_sys=""/rc_sys="lxc"/' /etc/rc.conf
RUN mkdir -p /run/openrc RUN mkdir -p /run/openrc