Fix curl-dev package name

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
Johann Hoffmann
2022-08-18 16:35:05 +02:00
parent c73fd21b94
commit 61dff87583

View File

@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
make cmake g++ git \
unixodbc-dev libpq-dev libmariadb-dev libmariadbclient-dev-compat \
librdkafka-dev libboost-all-dev libssl-dev \
zlib1g-dev nlohmann-json3-dev ca-certificates libcurl-dev
zlib1g-dev nlohmann-json3-dev ca-certificates libcurl4-openssl-dev
FROM build-base AS poco-build