We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e9b31 commit 9f54176Copy full SHA for 9f54176
Dockerfile
@@ -50,6 +50,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3 \
50
libnotify-bin \
51
# Runtime requirement for PyAV (pyrdp-convert to MP4)
52
libavcodec58 libavdevice58 \
53
+ # Runtime requirement for fake server
54
+ python3-tk \
55
&& rm -rf /var/lib/apt/lists/*
56
57
# Copy preinstalled dependencies from compile image
0 commit comments