Skip to content

Commit 624a1f1

Browse files
committed
bridge: Don't install protobuf-compiler in Dockerfile, CI
Not needed anymore.
1 parent c4c37a4 commit 624a1f1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/bridge-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
curl \
7373
libssl-dev=* \
7474
pkg-config=0.29.* \
75-
protobuf-compiler=* \
7675
zlib1g-dev=1:*
7776
7877
- name: Build

bridge/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN apt-get update && apt-get install -y \
77
curl=7.* \
88
libssl-dev=* \
99
pkg-config=0.29.* \
10-
protobuf-compiler=* \
1110
zlib1g-dev=1:* \
1211
--no-install-recommends
1312

0 commit comments

Comments
 (0)