Skip to content

Commit a314ca8

Browse files
authored
Merge pull request #386 from AshFungor/add-features-to-docker
Docker: add libraries for optional artery components
2 parents 3c56034 + 286d419 commit a314ca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
1515
libfox-1.6-dev libgdal-dev libproj-dev \
1616
libgeographiclib-dev libxerces-c-dev \
1717
ninja-build curl python3-venv clang-tidy \
18+
pkg-config libzmq5-dev libprotobuf-dev \
1819
&& rm -rf /var/lib/apt/lists/*
1920

2021
FROM setup AS build

0 commit comments

Comments
 (0)