File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : /
5+ schedule :
6+ interval : monthly
7+ day : sunday
8+ open-pull-requests-limit : 3
9+ rebase-strategy : disabled
10+ - package-ecosystem : docker
11+ directory : /
12+ schedule :
13+ interval : monthly
Original file line number Diff line number Diff line change 22#
33# VERSION 0.1
44
5- FROM debian:10.5 -slim
5+ FROM debian:bookworm -slim
66
77LABEL Description="This image can be used to create a sidekick container for recording videos of VNC sessions hosted in other containers"
88LABEL maintainer="Richard North <rich.north@gmail.com>"
99
1010RUN apt-get update && apt-get install -y \
11- python -pip python -dev ffmpeg \
11+ python3 -pip python3 -dev ffmpeg pipx \
1212 && rm -rf /var/lib/apt/lists/* \
13- && pip install vnc2flv \
13+ && pipx install vnc2flv3 \
1414 && rm -fr /tmp/*
1515
1616ENTRYPOINT ["flvrec.py" ]
You can’t perform that action at this time.
0 commit comments