Added openssl to default image

This commit is contained in:
Andreas Fahrecker 2024-03-14 06:44:35 +01:00
parent 1a5f548b23
commit befe29b9a4

View File

@ -44,3 +44,7 @@ RUN flutter channel master
RUN flutter upgrade
USER root
#Install OpenSSL
RUN apt-get update
RUN apt-get install -y openssl