mirror of
https://codeberg.org/langfingaz/bbb-status
synced 2024-11-21 20:23:17 +01:00
minor
This commit is contained in:
parent
5afe6af136
commit
827f619100
@ -14,9 +14,14 @@ RUN apk update && \
|
||||
ENV TZ=Europe/Berlin
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
# TODO
|
||||
#COPY 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"
|
||||
# otherwise this would be necessary:
|
||||
## RUN ln -s /usr/lib/x86_64-linux-gnu/libz.so /lib/
|
||||
|
@ -1,6 +1,6 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
dk-gen:
|
||||
bbb-status:
|
||||
build: .
|
||||
command: ["log"] # see main.py for available commandline arguments
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user