You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use an official image like centos/devtoolset-7-toolchain-centos7, which I can do by adding to my Cross.toml. However, the image doesn't come with openssl installed. It seems like overkill to have to create and maintain a Dockerfile, then add an extra build script to my CI just to get openssl.
Instead, would it be possible to do something like this?
I'd like to use an official image like
centos/devtoolset-7-toolchain-centos7
, which I can do by adding to myCross.toml
. However, the image doesn't come withopenssl
installed. It seems like overkill to have to create and maintain a Dockerfile, then add an extra build script to my CI just to getopenssl
.Instead, would it be possible to do something like this?
The text was updated successfully, but these errors were encountered: