Skip to content

Commit b44dcfe

Browse files
committed
Ubuntu 20.04: Add pkg-config and libquazip
This allows testing dynamic linking as well in this container.
1 parent 34a2de0 commit b44dcfe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ubuntu-20.04/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
2020
libqt5opengl5-dev \
2121
libqt5svg5-dev \
2222
libqt5sql5-sqlite \
23+
libquazip5-1 \
24+
libquazip5-dev \
2325
make \
2426
openssl \
27+
pkg-config \
2528
python3 \
2629
python3-pip \
2730
python3-setuptools \

0 commit comments

Comments
 (0)