Skip to content

Commit b7f36f3

Browse files
Updating our Docker files to include libzip and libcurl4 (viam-modules#121)
1 parent 1948395 commit b7f36f3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

etc/Dockerfile.cuda.debian.bookworm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ RUN apt-get -y --no-install-recommends install \
2020
less \
2121
libabsl-dev \
2222
libboost-all-dev \
23+
libcurl4-openssl-dev \
2324
libgrpc++-dev \
2425
libprotobuf-dev \
2526
libssl-dev \
2627
libxtensor-dev \
2728
libusb-1.0-0-dev \
2829
libudev-dev \
2930
libgtk-3-dev \
31+
libzip-dev \
3032
ninja-build \
3133
pkg-config \
3234
protobuf-compiler-grpc \

etc/Dockerfile.debian.bookworm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ RUN apt-get -y --no-install-recommends install \
2020
less \
2121
libabsl-dev \
2222
libboost-all-dev \
23+
libcurl4-openssl-dev \
2324
libgrpc++-dev \
2425
libprotobuf-dev \
2526
libssl-dev \
2627
libxtensor-dev \
2728
libusb-1.0-0-dev \
2829
libudev-dev \
2930
libgtk-3-dev \
31+
libzip-dev \
3032
ninja-build \
3133
pkg-config \
3234
protobuf-compiler-grpc \

0 commit comments

Comments
 (0)