Archived
1
0
Fork 0

fix dinit
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: xtex <xtexchooser@duck.com>
This commit is contained in:
xtex 2023-11-19 11:42:15 +08:00
parent aa3c26585b
commit b414235384
Signed by: xtex
GPG key ID: B918086ED8045B91

View file

@ -7,7 +7,7 @@ WORKDIR /build
RUN bash ./build.sh
FROM docker.io/library/alpine
RUN apk add --no-cache musl dcron bash
RUN apk add --no-cache musl dcron bash libgcc libstdc++
COPY --from=builder /dist /dist
COPY container /dist
WORKDIR /dist