To run on Apple Silicon (M1), I think the following :
FROM centos:centos7
needs to be :
FROM arm64v8/centos:centos7
Any chance that could be supported ?
Thank you !
base/Dockerfile
Line 1 in addd32d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To run on Apple Silicon (M1), I think the following :
FROM centos:centos7
needs to be :
FROM arm64v8/centos:centos7
Any chance that could be supported ?
Thank you !
base/Dockerfile
Line 1 in addd32d
The text was updated successfully, but these errors were encountered: