Skip to content

Commit

Permalink
fix: add c++ compiler (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteojug authored Dec 9, 2024
1 parent 9a6ea56 commit 706f1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get install -y --no-install-recommends \
make \
protobuf-compiler \
npm \
default-jre && \
default-jre \
g++ && \
apt-get clean && rm -rf /var/lib/apt/lists/*

RUN npm install -g pnpm@9
Expand Down
3 changes: 2 additions & 1 deletion .github/actions/dockerfiles/Dockerfile.signer.debian
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get install -y --no-install-recommends \
make \
protobuf-compiler \
npm \
default-jre && \
default-jre \
g++ && \
apt-get clean && rm -rf /var/lib/apt/lists/*

RUN npm install -g pnpm@9
Expand Down

0 comments on commit 706f1b5

Please sign in to comment.