Files
eufy_robovac/Dockerfile
Freyja Odinthrir 504edf23e9 Adapt this repo to my needs
- remove homeassistant stuff
- flesh out a featureful cli script
2025-09-09 02:06:13 -07:00

6 lines
138 B
Docker

FROM ubuntu:latest
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y
RUN apt-get -qq install python3.12-full pipenv -y