initial commit
This commit is contained in:
10
florida/homebridge/server/Dockerfile
Normal file
10
florida/homebridge/server/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
# build homebridge
|
||||
FROM homebridge/homebridge:latest
|
||||
RUN apt-get -y update && apt-get -y install telnet nmap ed nano lsof
|
||||
|
||||
# custom init will copy local plugins to homebridge
|
||||
COPY init /tmp/init
|
||||
RUN chmod a+x /tmp/init
|
||||
|
||||
ENTRYPOINT ["/tmp/init"]
|
||||
|
||||
Reference in New Issue
Block a user