Added openssl to default image
This commit is contained in:
parent
1a5f548b23
commit
befe29b9a4
@ -43,4 +43,8 @@ RUN flutter doctor -v
|
|||||||
RUN flutter channel master
|
RUN flutter channel master
|
||||||
RUN flutter upgrade
|
RUN flutter upgrade
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
#Install OpenSSL
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get install -y openssl
|
Loading…
x
Reference in New Issue
Block a user