mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 18:39:01 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
220d07cf95 | ||
|
|
0d740d4626 |
@@ -4,7 +4,9 @@ MAINTAINER Andre Germann <info@buanet.de>
|
|||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y apt-utils curl avahi-daemon git libpcap-dev libavahi-compat-libdnssd-dev libfontconfig gnupg2
|
RUN apt-get update && apt-get install -y apt-utils curl avahi-daemon git libpcap-dev libavahi-compat-libdnssd-dev libfontconfig gnupg2 locales
|
||||||
|
RUN sed -i -e 's/# de_DE.UTF-8 UTF-8/de_DE.UTF-8 UTF-8/' /etc/locale.gen && \dpkg-reconfigure --frontend=noninteractive locales && \update-locale LANG=de_DE.UTF-8
|
||||||
|
ENV LANG de_DE.UTF-8
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash
|
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash
|
||||||
RUN apt-get install -y build-essential python nodejs
|
RUN apt-get install -y build-essential python nodejs
|
||||||
RUN cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
RUN cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||||
|
|||||||
@@ -10,6 +10,9 @@ For instructions and discussion (in german) please visit ioBroker-Forum (http://
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### v1.0.1 (2017-08-25)
|
||||||
|
* fixed locales issue
|
||||||
|
|
||||||
### v1.0.0 (2017-08-22)
|
### v1.0.0 (2017-08-22)
|
||||||
* moved and renamed iobroker startup script
|
* moved and renamed iobroker startup script
|
||||||
* disabled iobroker deamon to (hopefully) fix restart issue
|
* disabled iobroker deamon to (hopefully) fix restart issue
|
||||||
|
|||||||
Reference in New Issue
Block a user