File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,8 @@ RUN dnf makecache && \
132132 dnf install -y -d0 --enablerepo=devel \
133133 libuv-devel \
134134 libyaml-devel \
135- perl-IPC-Run && \
135+ perl-IPC-Run \
136+ protobuf-devel && \
136137 dnf clean all && \
137138 cd && XERCES_LATEST_RELEASE=3.3.0 && \
138139 wget -nv "https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-${XERCES_LATEST_RELEASE}.tar.gz" && \
Original file line number Diff line number Diff line change @@ -136,7 +136,8 @@ RUN dnf makecache && \
136136 dnf install -y --enablerepo=crb \
137137 libuv-devel \
138138 libyaml-devel \
139- perl-IPC-Run && \
139+ perl-IPC-Run \
140+ protobuf-devel && \
140141 dnf clean all && \
141142 cd && XERCES_LATEST_RELEASE=3.3.0 && \
142143 wget -nv "https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-${XERCES_LATEST_RELEASE}.tar.gz" && \
You can’t perform that action at this time.
0 commit comments