-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# DOCKER-VERSION 0.3.4 | ||
# DOCKER-VERSION 0.3.6 | ||
FROM node:current-bookworm-slim | ||
#FROM google/nodejs | ||
#FROM node:4.4-wheezy | ||
MAINTAINER Emmanuel PIERRE [email protected] | ||
USER root | ||
LABEL Description="This image is used to start the MyDomoAtHome executable" Vendor="Domoticz" Version="0.3.5" | ||
LABEL Description="This image is used to start the MyDomoAtHome executable" Vendor="Domoticz" Version="0.3.6" | ||
|
||
################################################## | ||
# Install tools # | ||
|
@@ -55,8 +55,8 @@ RUN apt-get update | |
RUN apt-get install -y nodejs | ||
#RUN apt-get install -y npm | ||
RUN npm install -g [email protected] | ||
RUN wget http://www.e-nef.com/domoticz/mdah/node-mydomoathome-0.3.4.deb | ||
RUN dpkg --force-all -i node-mydomoathome-0.3.4.deb | ||
RUN wget http://www.e-nef.com/domoticz/mdah/node-mydomoathome-0.3.5.deb | ||
RUN dpkg --force-all -i node-mydomoathome-0.3.5.deb | ||
RUN mv /etc/mydomoathome/config.json /etc/mydomoathome/config.json.old | ||
VOLUME /etc/mydomoathome/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters