try arch for runtime

This commit is contained in:
b1ek 2023-08-05 04:25:20 +10:00
parent e7d5545ded
commit 025a4a36d8
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /opt/build
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .
FROM debian:bullseye-slim FROM archlinux
WORKDIR /opt/data WORKDIR /opt/data
COPY --from=builder /usr/local/cargo/bin/gitea-bot /bin/gitea-bot COPY --from=builder /usr/local/cargo/bin/gitea-bot /bin/gitea-bot