This commit is contained in:
Daniel Langbein 2020-11-29 16:33:16 +01:00
parent 5afe6af136
commit 827f619100
2 changed files with 6 additions and 1 deletions

View File

@ -14,9 +14,14 @@ RUN apk update && \
ENV TZ=Europe/Berlin ENV TZ=Europe/Berlin
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# TODO
#COPY requirements.txt ./ #COPY requirements.txt ./
#RUN pip3 install --no-cache-dir -r requirements.txt #RUN pip3 install --no-cache-dir -r requirements.txt
# numpy (dependency of matplotlib)
# requires "make automake gcc ..."
# source: https://stackoverflow.com/a/48349161/6334421
# LDFLAGS required for "pip install pillow" # LDFLAGS required for "pip install pillow"
# otherwise this would be necessary: # otherwise this would be necessary:
## RUN ln -s /usr/lib/x86_64-linux-gnu/libz.so /lib/ ## RUN ln -s /usr/lib/x86_64-linux-gnu/libz.so /lib/

View File

@ -1,6 +1,6 @@
version: '3.7' version: '3.7'
services: services:
dk-gen: bbb-status:
build: . build: .
command: ["log"] # see main.py for available commandline arguments command: ["log"] # see main.py for available commandline arguments
environment: environment: