-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to install on ubuntu (via docker/node) #53
Comments
|
I recently wrote a Dockerfile that can be used to containerize the c4builder tool using a Linux base image. This has now been merged into the main branch of the c4-builder repo, see: https://github.com/adrianvlupu/C4-Builder/blob/master/Dockerfile |
@craigwardman could you publish official image on docker hub? |
it's not an official image, but I have built the Dockerfile (using 0.2.16 version of c4builder) and pushed it to docker hub under my account, so if you want to run it directly you can use:
|
I tried installing on my local ubuntu machine and when that didn't work (thought it was my version of node/npm) I tried installing in a docker container:
This fails:
I get the same error using
node:alpine
ornode:17
as theFROM
The text was updated successfully, but these errors were encountered: