forked from github.com/eufy_robovac
Adapt this repo to my needs
- remove homeassistant stuff - flesh out a featureful cli script
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM ubuntu:latest
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt update && apt upgrade -y
|
||||
RUN apt-get -qq install python3.12-full pipenv -y
|
||||
|
||||
Reference in New Issue
Block a user