Skip to content

Commit

Permalink
Add rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
double16 committed Oct 22, 2024
1 parent bafb05e commit 4a4773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY requirements.txt /tmp/
# vosk doesn't install libatomic1 dep on aarch64
RUN apt-get -q update && \
apt-get install -y software-properties-common && \
apt-get install -qy zsh ffmpeg x264 x265 imagemagick vainfo curl python3 python3-pip python3-dev cron anacron sshfs vim-tiny mkvtoolnix unzip logrotate jq less default-jre \
apt-get install -qy zsh ffmpeg x264 x265 imagemagick vainfo curl python3 python3-pip python3-dev cron anacron sshfs vim-tiny mkvtoolnix unzip logrotate jq less default-jre rsync \
mono-runtime libmono-system-windows-forms4.0-cil libmono-system-net-http-webrequest4.0-cil mono-devel libhunspell-dev hunspell-en-us tesseract-ocr-eng xserver-xorg-video-dummy libgtk2.0-0 \
libargtable2-0 libavformat60 libsdl1.2-compat libatomic1 &&\
pip --no-input install --break-system-packages --compile --ignore-installed -r /tmp/requirements.txt && \
Expand Down

0 comments on commit 4a4773a

Please sign in to comment.