I hope this message finds you well. I am currently working on deploying a custom Micro-Frontend (MFE) using a t2.large
instance and have encountered an issue during the build process. I would greatly appreciate your guidance in resolving this.
Context:
I created a Tutor plugin to integrate a custom MFE with the following configuration:
from tutormfe.hooks import MFE_APPS
@MFE_APPS.add()
def _add_my_mfe(mfes):
mfes["frontend-app-mentor"] = {
"name": "Mentoring App",
"repository": "https://github.com/qasimgulzar/frontend-app-some-mfe.git",
"port": 8080,
"version": "f72a5003300a1dab104a12b193da96036fe9c956"
}
return mfes
Issue:
When executing tutor images build mfe
, the build fails with the error:
/bin/sh: 2: atlas: not found
A complete stack trace is attached for reference.
I am not sure what is the root cause of it, any help will be appreciated.
Thank you,