no dev lib

This commit is contained in:
mrbesen 2022-03-10 16:03:58 +01:00
parent e7c66c6ad5
commit 93f95e75c4
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ RUN printf "%s\n" "deb http://deb.debian.org/debian bullseye main" \
RUN apt-get update \
&& apt-get -y install --no-install-recommends \
libcurl4-openssl-dev \
libcurl4 \
ca-certificates \
&& apt-get -qq -y autoremove --purge \
&& apt-get -qq clean \