Compare commits

..

No commits in common. "619613928d84f536d58ce31602c1b4a11b3b0cf5" and "af3387d49d676cb9a4e875e4346057cc467d1f7b" have entirely different histories.

View File

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