We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
# 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).
FROM ubuntu:latest
ubuntu:14.04
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Docker build fails:
FROM ubuntu:latest
should be replaced with a specific tag (apparently it'subuntu:14.04
).The text was updated successfully, but these errors were encountered: