mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-12 14:29:06 -05:00
fix: add protobuf-compiler for Docker and CI builds
This commit is contained in:
parent
36eaf9fea5
commit
d31e974d56
|
@ -7,6 +7,7 @@ environment:
|
|||
packages:
|
||||
- cargo
|
||||
- sqlite-devel
|
||||
- protobuf-compiler
|
||||
sources:
|
||||
- https://git.sr.ht/~gheartsfield/nostr-rs-relay/
|
||||
shell: false
|
||||
|
|
|
@ -22,7 +22,7 @@ FROM docker.io/library/debian:bullseye-slim
|
|||
ARG APP=/usr/src/app
|
||||
ARG APP_DATA=/usr/src/app/db
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y ca-certificates tzdata sqlite3 libc6 \
|
||||
&& apt-get install -y ca-certificates tzdata sqlite3 protobuf-compiler libc6 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Reference in New Issue
Block a user