mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-23 09: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:
|
packages:
|
||||||
- cargo
|
- cargo
|
||||||
- sqlite-devel
|
- sqlite-devel
|
||||||
|
- protobuf-compiler
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~gheartsfield/nostr-rs-relay/
|
- https://git.sr.ht/~gheartsfield/nostr-rs-relay/
|
||||||
shell: false
|
shell: false
|
||||||
|
|
|
@ -22,7 +22,7 @@ FROM docker.io/library/debian:bullseye-slim
|
||||||
ARG APP=/usr/src/app
|
ARG APP=/usr/src/app
|
||||||
ARG APP_DATA=/usr/src/app/db
|
ARG APP_DATA=/usr/src/app/db
|
||||||
RUN apt-get update \
|
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/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
Loading…
Reference in New Issue
Block a user