-
Notifications
You must be signed in to change notification settings - Fork 54
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
Build for raspberry pi image is failing #1
Comments
O.K., found this a moment ago: |
Looked into this, something with syntax of "docker-entrypoint.sh" seems to be wrong. Thats strange, this works with other images. |
Yesterday I pushed this to docker: https://store.docker.com/community/images/karsten13/mm_hyp FROM hypriot/rpi-node:latest ENV NODE_ENV production RUN apt-get update needed later in run command:RUN apt-get -y install dos2unix not needed:#RUN apt-get -y install curl wget git build-essential unzip only for having nano as editor:RUN apt-get -y install nano only needed for the module MMM-NetworkScanner:RUN apt-get -y install arp-scan getting MagicMirror from githubRUN cd /opt install (without param the mirror remains black):RUN npm install --unsafe-perm copy sample to real config:RUN cp config/config.js.sample config/config.js create copies for unmount:COPY /modules unmount_modules RUN ["dos2unix", "docker-entrypoint.sh"] EXPOSE $MM_PORT |
Yeah, it's pretty strange. That's the reason I couldn't get it to work. I don't know where exactly the error is. I'll try the base image |
Fixed with the workaround of using travis instead of docker hub to build the arm version. See travis file |
Hi,
there are only 2 versions in docker store, latest and alpine. raspberry is missing.
Thanks,
Karsten.
The text was updated successfully, but these errors were encountered: