Code Monkey home page Code Monkey logo

Comments (9)

snizzleorg avatar snizzleorg commented on July 20, 2024

probably your docker containers don't have network and therefore the apt-get failed. I had this problem on a raspberrypi.

from homebridge-docker.

martzcodes avatar martzcodes commented on July 20, 2024

no reason it shouldn't have network... it's in docker build, after all. I have a few other containers up and running doing things with the network

from homebridge-docker.

snizzleorg avatar snizzleorg commented on July 20, 2024

try to delete the cache and see if the apt-get steps runs alright...

from homebridge-docker.

martzcodes avatar martzcodes commented on July 20, 2024

@snizzleorg there is no cache, it's using docker image (which has no cache initially)

from homebridge-docker.

martzcodes avatar martzcodes commented on July 20, 2024

it looks like the Dockerfile.specific is never getting into the Dockerfile...

something to do with this perhaps:

sed: -e expression #1, char 1: unknown command: `.'

from homebridge-docker.

martzcodes avatar martzcodes commented on July 20, 2024

@snizzleorg In the homebridge.sh file there's an offending '.bak' in the SED expression... I don't think it should be there, and seems to be causing the problem.

from homebridge-docker.

snizzleorg avatar snizzleorg commented on July 20, 2024

yeah but the docker image is built by the script and the interims images are stored on your computer. so the the one you built doesn't have nam installed (probably because during the build there was no network)

from homebridge-docker.

snizzleorg avatar snizzleorg commented on July 20, 2024

@oehokie Just saw your last comments. It did work for me... but maybe it's been changed since I used it to build the image.

from homebridge-docker.

ericgoedtel avatar ericgoedtel commented on July 20, 2024

The problem is that the base image doesn't seem to actually ship with node? This is using a vanilla Jessy image as the upstream. NPM is straight up not installed at any time during build. What OS are you running this on? I'm seeing this on Ubuntu 16.04

from homebridge-docker.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.