Skip to content

Commit a53f40c

Browse files
authored
Ubuntu 20.04: Add libpolyclipping (#8)
1 parent a3c775a commit a53f40c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repository. This image is intended to check if LibrePCB compiles on a standard
7070
Ubuntu 20.04.
7171

7272
In addition, this image contains necessary tools for dynamic linking of
73-
LibrePCB (pkg-config, libquazip5-dev, googletest).
73+
LibrePCB (pkg-config, libquazip5, libpolyclipping, googletest).
7474

7575
### `windowsservercore-ltsc2019-qt5.15.0-32bit`
7676

ubuntu-20.04/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
2424
libqt5sql5-sqlite \
2525
libquazip5-1 \
2626
libquazip5-dev \
27+
libpolyclipping22 \
28+
libpolyclipping-dev \
2729
make \
2830
openssl \
2931
pkg-config \

0 commit comments

Comments
 (0)