File size: 253 Bytes
eab1d0a
f1ab0d5
 
 
63f9146
f1ab0d5
eab1d0a
f1ab0d5
 
1
2
3
4
5
6
7
8
9
10
FROM docker.io/python:3-slim-buster
MAINTAINER Niv Sardi <x@filtra.me>
WORKDIR /app

COPY python ./src
RUN pip install -r ./src/requirements.txt
RUN apt update && apt install -y libglib2.0-0 libgl1 && rm -rf /var/cache/apt

CMD python3 ./src/watcher.py