Closed cormip closed 1 year ago
SOLVED: As per MeteorUp docs Customize docker image, (yeah, RTFM...) I added buildInstructions:
docker: {
image: 'zodern/meteor:root',
buildInstructions: [
'RUN apt-get update && apt-get install -y python3'
]
}
Problem: fido2-lib has a dependency on cbor-x who uses platform-dependent cbor-extract to install itself. In this case, to install on Ubuntu 22.04 x64 it's looking for Python to install itself and fails when it can't find it. Any help in solving this would be appreciated.
Mup version: 1.5.10
Mup config
Output of command