Skip to content

Commit 709703a

Browse files
authored
Merge pull request #4 from LibrePCB/dynamic-linking
Ubuntu 20.04: Add pkg-config, libquazip and googletest
2 parents 34a2de0 + afcf951 commit 709703a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ubuntu-20.04/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
1212
file \
1313
g++ \
1414
git \
15+
googletest \
16+
googletest-tools \
1517
graphviz \
1618
libc++-dev \
1719
libc++abi-dev \
@@ -20,8 +22,11 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
2022
libqt5opengl5-dev \
2123
libqt5svg5-dev \
2224
libqt5sql5-sqlite \
25+
libquazip5-1 \
26+
libquazip5-dev \
2327
make \
2428
openssl \
29+
pkg-config \
2530
python3 \
2631
python3-pip \
2732
python3-setuptools \

0 commit comments

Comments
 (0)