Skip to content
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

Docker build fails because in 2016 ubuntu:latest is no more what you meant #10

Open
IlyaSemenov opened this issue Jun 13, 2016 · 0 comments

Comments

@IlyaSemenov
Copy link

Docker build fails:

# docker build --rm=true --no-cache=true -t xbgmsharp/yapdnsui github.com/xbgmsharp/yapdnsui.git

...
Step 15 : RUN npm install -g bower grunt-cli npm-check-updates
 ---> Running in c00b25b44e43
/bin/sh: 1: npm: not found
The command '/bin/sh -c npm install -g bower grunt-cli npm-check-updates' returned a non-zero code: 127

FROM ubuntu:latest should be replaced with a specific tag (apparently it's ubuntu:14.04).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant