Skip to content

Commit 5fec33a

Browse files
committed
Add pkgconfig, immer, json
1 parent df4818f commit 5fec33a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/Dockerfile_base

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ WORKDIR docker
2020
# Install required system packages
2121
RUN apt update
2222
RUN DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends sudo file python3-dateutil wget fakeroot libssl-dev build-essential \
23-
software-properties-common
23+
software-properties-common pkg-config
2424
RUN echo "check_certificate = off" > /etc/wgetrc
2525

2626
# We use C++ 17 for UnitTestBot, it is available in gcc-9; default gcc for ubuntu:18.04 is gcc-7
@@ -217,6 +217,8 @@ RUN ./configure --make-llvm-lib && make -j`nproc`
217217

218218
# Download library for access private members
219219
RUN git clone https://github.com/martong/access_private.git $UTBOT_ALL/access_private
220+
RUN git clone https://github.com/arximboldi/immer.git $UTBOT_ALL/immer
221+
RUN git clone https://github.com/nlohmann/json.git $UTBOT_ALL/json
220222

221223
RUN apt autoclean
222224

0 commit comments

Comments
 (0)