\
All checks were successful
Build and Push Alpine Container / build-and-push-arch (amd64) (push) Successful in 12s
Build and Push Alpine Container / build-and-push-arch (arm64) (push) Successful in 20s
Build and Push Alpine Container / merge-images-via-manifest (push) Successful in 1s

This commit is contained in:
Xaver Russ 2025-09-29 10:41:37 +02:00
parent b3c0fec9f7
commit 9dd1335313

View file

@ -24,7 +24,7 @@ RUN apk add --no-cache \
nano \ nano \
croc \ croc \
btop \ btop \
tailscale \ tailscale
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