New garden scene

This commit is contained in:
Martin Bauer
2019-07-21 17:57:30 +02:00
parent ad3146de33
commit 243f6f1155
3 changed files with 63 additions and 5 deletions

26
fhem_dockerfile Normal file
View File

@@ -0,0 +1,26 @@
FROM ubuntu:18.10
RUN apt-get update && apt-get install -y \
perl \
libdevice-serialport-perl \
libwww-perl \
libio-socket-ssl-perl \
libcgi-pm-perl
RUN wget http://fhem.de/fhem-5.7.deb && \
dpkg -i fhem-5.7.deb && \
rm fhem-5.7.deb
ADD fhem.cfg /opt/fhem/fhem.cfg
ENV TZ=Europe/Berlin
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
WORKDIR /opt/fhem
CMD /opt/fhem/fhem.pl