Hi! Thank you so much for the Dockerfile template!! It was awesome to get my first image build following the hello_phoenix example!
However, when I attempted to do docker run on the image. I came across this error.
{error_logger,{{2016,2,17},{7,15,51}},"Unable to load crypto library. Failed with error:~n\"~p,
~s\"~nOpenSSL might not be installed on this system.~n",[load_failed,"Failed to load NIF library:
'Error loading shared library /content_ui/lib/crypto-3.6.1/priv/lib/crypto.so: Exec format error'"]}
I can't seem to get pass this error, even with building the image from alpine.
If it is not too much hassle, would you mind giving me some directions on how to resolve this issue?
Hi! Thank you so much for the Dockerfile template!! It was awesome to get my first image build following the hello_phoenix example!
However, when I attempted to do
docker runon the image. I came across this error.{error_logger,{{2016,2,17},{7,15,51}},"Unable to load crypto library. Failed with error:~n\"~p, ~s\"~nOpenSSL might not be installed on this system.~n",[load_failed,"Failed to load NIF library: 'Error loading shared library /content_ui/lib/crypto-3.6.1/priv/lib/crypto.so: Exec format error'"]}I can't seem to get pass this error, even with building the image from alpine.
If it is not too much hassle, would you mind giving me some directions on how to resolve this issue?