Skip to content

Commit 43611bb

Browse files
timosachsenbergtimosachsenbergclaude
authored
build: add libcurl-dev to Dockerfiles (#172)
OpenMS core library now uses libcurl instead of Qt Network for HTTP operations. Add the development packages so the build can find curl headers and libraries. Co-authored-by: timosachsenberg <sachsenb@ibminode05.Cs.Uni-Tuebingen.De> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 08e2812 commit 43611bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dockerfiles/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apt-get -y update \
1919
zlib1g-dev \
2020
libxerces-c-dev \
2121
libbz2-dev \
22+
libcurl4-openssl-dev \
2223
libomp-dev \
2324
libhdf5-dev\
2425
libboost-date-time1.74-dev \

0 commit comments

Comments
 (0)