Skip to content

Commit

Permalink
fix: bonfire needs uname
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx committed Dec 12, 2024
1 parent 49f7f95 commit f01794a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/bonfire/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Build Stage
FROM ghcr.io/revoltchat/base:latest AS builder
FROM debian:12 AS debian

# Bundle Stage
FROM gcr.io/distroless/cc-debian12:nonroot
COPY --from=builder /home/rust/src/target/release/revolt-bonfire ./
COPY --from=debian /usr/bin/uname /usr/bin/uname

EXPOSE 14703
USER nonroot
Expand Down

0 comments on commit f01794a

Please sign in to comment.