mirror of
https://github.com/Screenly/Anthias.git
synced 2025-12-23 22:38:05 -05:00
8 lines
178 B
Docker
8 lines
178 B
Docker
FROM ubuntu:22.04
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y python3 python3-requests
|
|
|
|
COPY bin/build-pi-imager-json.py /usr/bin
|
|
ENTRYPOINT /usr/bin/build-pi-imager-json.py
|