File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM fedora:latest
22
3- RUN yum install -y git protobuf-c protobuf-c-devel make clang-tools-extra clang python3-pip 'dnf-command(builddep)' && \
3+ RUN yum install -y git protobuf-c protobuf-c-devel make clang-tools-extra clang python3-pip jansson-devel 'dnf-command(builddep)' && \
44 dnf builddep -y crun && pip install scan-build
55
66COPY run-tests.sh /usr/local/bin
Original file line number Diff line number Diff line change 11FROM fedora:latest
22
3- RUN dnf install -y git make clang-tools-extra 'dnf-command(builddep)' && dnf builddep -y crun
3+ RUN dnf install -y git make clang-tools-extra jansson-devel 'dnf-command(builddep)' && dnf builddep -y crun
44
55COPY run-tests.sh /usr/local/bin
66ENTRYPOINT /usr/local/bin/run-tests.sh
You can’t perform that action at this time.
0 commit comments