Skip to content

Commit

Permalink
Add missing dependency to Dockerfile (BloopAI#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdy authored Mar 7, 2023
1 parent 049658a commit 907b0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN --mount=target=/root/.cache/sccache,type=cache --mount=target=/build/target,

FROM debian:bookworm-slim
VOLUME ["/repos", "/data"]
RUN apt-get update && apt-get -y install universal-ctags openssl ca-certificates && apt-get clean
RUN apt-get update && apt-get -y install universal-ctags openssl ca-certificates libprotobuf-lite32 && apt-get clean
COPY model /model
COPY --from=builder /bleep /
COPY --from=frontend /build/client/dist /frontend
Expand Down

0 comments on commit 907b0d1

Please sign in to comment.