-
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.
deps issues on winston version in deb package
- Loading branch information
Showing
7 changed files
with
92 additions
and
117 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ FROM node:current-bookworm-slim | |
#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.1" | ||
LABEL Description="This image is used to start the MyDomoAtHome executable" Vendor="Domoticz" Version="0.3.2" | ||
|
||
################################################## | ||
# 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.2.deb | ||
RUN dpkg --force-all -i node-mydomoathome-0.3.1.deb | ||
RUN wget http://www.e-nef.com/domoticz/mdah/node-mydomoathome-0.3.3.deb | ||
RUN dpkg --force-all -i node-mydomoathome-0.3.2.deb | ||
RUN mv /etc/mydomoathome/config.json /etc/mydomoathome/config.json.old | ||
VOLUME /etc/mydomoathome/ | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,5 +1,5 @@ | ||
Package: MyDomoAtHome | ||
Version: 0.3.1 | ||
Version: 0.3.2 | ||
Section: base | ||
Priority: extra | ||
Provides: MyDomoAtHome | ||
|
Oops, something went wrong.