refactor: remove redundant tailscale-openrc entry and update service name in Dockerfile
Some checks failed
Build and Push Alpine Container / build-and-push-arch (arm64) (push) Failing after 10s
Build and Push Alpine Container / build-and-push-arch (amd64) (push) Failing after 3s
Build and Push Alpine Container / merge-images-via-manifest (push) Has been skipped

This commit is contained in:
Xaver Russ 2025-09-29 10:40:53 +02:00
parent 3ee17c9687
commit b3c0fec9f7

View file

@ -24,15 +24,13 @@ RUN apk add --no-cache \
nano \
croc \
btop \
tailscale \
tailscale-openrc
RUN sed -i 's/^#rc_sys=""/rc_sys="lxc"/' /etc/rc.conf
RUN mkdir -p /run/openrc
RUN touch /run/openrc/softlevel
RUN rc-update add sshd default
RUN rc-update add tailscaled default
RUN rc-update add tailscale default
RUN ssh-keygen -A
RUN mkdir -p /root/.ssh && \