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

@ -43,4 +43,8 @@ RUN flutter doctor -v
RUN flutter channel master
RUN flutter upgrade
USER root
USER root
#Install OpenSSL
RUN apt-get update
RUN apt-get install -y openssl