add libssl-dev

This commit is contained in:
Tomas Mirchev 2025-03-03 13:25:27 +01:00
parent f11123e0bb
commit 0f43045047

View File

@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
# basics # basics
git wget locales ca-certificates sudo openssh-client \ git wget locales ca-certificates sudo openssh-client libssl-dev \
# utils # utils
tree jq \ tree jq \
&& apt-get autoremove -y \ && apt-get autoremove -y \