This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
unifi-cam-proxy/.devcontainer/Dockerfile
Liam e8f72ea949
Some checks failed
📚 Deploy Documentation / deploy (push) Has been cancelled
bob
2024-03-02 11:37:04 +00:00

9 lines
196 B
Docker

ARG VARIANT="3.9"
FROM mcr.microsoft.com/vscode/devcontainers/python:dev-${VARIANT}-buster
WORKDIR /app
RUN apt-get update && apt-get install -y ffmpeg netcat-openbsd
COPY . .
RUN pip install .