File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11name : Docker images
22
33on :
4+ pull_request :
45 workflow_dispatch :
56 workflow_call :
67 inputs :
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ RUN set -x && apt-get update -qq \
1919 libboost-log-dev \
2020 libboost-program-options-dev \
2121 libboost-regex-dev \
22+ libboost-python-dev \
2223 libgit2-dev \
2324 libgraphviz-dev \
2425 libgtest-dev \
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN set -x && apt-get update -qq && \
5656 curl ca-certificates gnupg \
5757 wget \
5858 llvm-15 \
59- libboost-filesystem-dev libboost-log-dev libboost-program-options-dev \
59+ libboost-filesystem-dev libboost-log-dev libboost-program-options-dev libboost-python-dev \
6060 default-jre \
6161 libgit2-dev \
6262 libssl3 \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG DEBIAN_FRONTEND=noninteractive
1818RUN set -x && apt-get update -qq \
1919 && apt-get install -qqy --no-install-recommends \
2020 llvm-15 \
21- libboost-filesystem-dev libboost-log-dev libboost-program-options-dev \
21+ libboost-filesystem-dev libboost-log-dev libboost-program-options-dev libboost-python-dev \
2222 libsqlite3-dev \
2323 postgresql-server-dev-14 \
2424 default-jre \
You can’t perform that action at this time.
0 commit comments