Added openssl

This commit is contained in:
2024-05-31 14:18:49 +02:00
parent 0f08dbf1ad
commit 71e1bc8550
+1
View File
@@ -9,6 +9,7 @@ RUN apt-get update && \
apt-get -y install --no-install-recommends make gcc build-essential && \
apt-get -y install --no-install-recommends python3 python3-numpy && \
apt-get -y install --no-install-recommends fluxbox && \
apt-get -y install --no-install-recommends openssl && \
rm -rf /var/lib/apt/lists/*
FROM base as build