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 image unable to build #712

Closed
Vingtoft opened this issue Feb 13, 2017 · 3 comments
Closed

Docker image unable to build #712

Vingtoft opened this issue Feb 13, 2017 · 3 comments
Labels

Comments

@Vingtoft
Copy link

  • I'm submitting a ...
    [X ] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository

  • Do you want to request a feature or report a bug?
    Bug on docker build --tag ng2admin .

  • What is the current behavior?
    The build process is stock with no error or warning messages. The build process is stock on command

> [email protected] rimraf /var/www
> rimraf "dist"

somewhere bewteen 60%-63%. Example of last output line:

61% building modules 597/692 modules 95 active ...!/var/www/src/app/pages/pages.menu.ts

The following was done to produce the error:

git clone https://github.com/akveo/ng2-admin.git
cd ng2-admin
docker build --tag ng2admin .
  • What is the expected behavior?
    A build that produces a docker image

  • What is the motivation / use case for changing the behavior?

  • Please tell us about your environment:
    Docker 1.13.1 for OSX

  • Angular version: 2.0.0-rc.X
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
@Vingtoft
Copy link
Author

A solution might be to use node:6.9.5 instead of node:latest in the Dockerfile. The image now builds. Not sure if this solution has any negative impact.

@lexzhukov
Copy link
Contributor

@Vingtoft thanks for your bug report. This was fixed in cd7520e.

@lsxredrain
Copy link

how to install ng2-admin in centos 6.5 64bit?

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

No branches or pull requests

4 participants