Added openssl to default image
This commit is contained in:
parent
1a5f548b23
commit
befe29b9a4
@ -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
|
Loading…
x
Reference in New Issue
Block a user