try arch for runtime
This commit is contained in:
parent
e7d5545ded
commit
025a4a36d8
|
@ -4,7 +4,7 @@ WORKDIR /opt/build
|
|||
COPY . .
|
||||
RUN cargo install --path .
|
||||
|
||||
FROM debian:bullseye-slim
|
||||
FROM archlinux
|
||||
|
||||
WORKDIR /opt/data
|
||||
COPY --from=builder /usr/local/cargo/bin/gitea-bot /bin/gitea-bot
|
||||
|
|
Loading…
Reference in New Issue