Skip to content

Commit 2aabb99

Browse files
committed
Install the protobuf compiler in the docker builder stage
1 parent 310d51b commit 2aabb99

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ FROM base AS builder
4040
WORKDIR /triggerdotdev
4141
# Corepack is used to install pnpm
4242
RUN corepack enable
43+
# Install protobuf compiler
44+
RUN apt-get update && apt-get install -y protobuf-compiler
45+
4346
COPY --from=pruner --chown=node:node /triggerdotdev/out/full/ .
4447
COPY --from=dev-deps --chown=node:node /triggerdotdev/ .
4548
COPY --chown=node:node turbo.json turbo.json

references/v3-catalog/.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
TRIGGER_API_KEY=
2+
TRIGGER_API_URL=

0 commit comments

Comments
 (0)