We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80e3e40 + 79816f9 commit ad6464fCopy full SHA for ad6464f
2 files changed
docker/dev/Dockerfile
@@ -20,6 +20,7 @@ RUN set -x && apt-get update -qq \
20
libboost-program-options-dev \
21
libboost-regex-dev \
22
libboost-python-dev \
23
+ python3-venv \
24
libgit2-dev \
25
libgraphviz-dev \
26
libgtest-dev \
docker/runtime/Dockerfile
@@ -57,6 +57,7 @@ RUN set -x && apt-get update -qq && \
57
wget \
58
llvm-15 \
59
libboost-filesystem-dev libboost-log-dev libboost-program-options-dev libboost-python-dev \
60
61
default-jre \
62
63
libssl3 \
0 commit comments