Skip to content

Commit

Permalink
fake server: add dependency to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
spameier committed Dec 14, 2022
1 parent 41e9b31 commit 9f54176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3 \
libnotify-bin \
# Runtime requirement for PyAV (pyrdp-convert to MP4)
libavcodec58 libavdevice58 \
# Runtime requirement for fake server
python3-tk \
&& rm -rf /var/lib/apt/lists/*

# Copy preinstalled dependencies from compile image
Expand Down

0 comments on commit 9f54176

Please sign in to comment.