Add protobuf compiler to Dockerfile
Some checks failed
Fly Deploy / Deploy app (push) Failing after 20s

This commit is contained in:
Gabriel Simmer 2023-10-07 17:24:14 +01:00
parent 8a65ef8cb4
commit 024b90cbaf
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/usr/local/cargo,from=rust:latest,source=/usr/loca
# Runtime image
FROM debian:bookworm-slim
RUN apt-get update -y && apt-get install -y ca-certificates fuse3 sqlite3 && \
RUN apt-get update -y && apt-get install -y ca-certificates fuse3 sqlite3 protobuf-compiler && \
apt-get clean autoclean && \
apt-get autoremove --yes && \
rm -rf /var/lib/{apt,dpkg,cache,log}/