Merge pull request #3 from Steltek/master

Fix missing recent/favourites
This commit is contained in:
Ryan Kuba 2024-10-15 11:08:15 +00:00 committed by GitHub
commit 84666dcbfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ RUN \
"https://github.com/rustdesk/rustdesk/releases/download/${RUSTDESK_VERSION}/rustdesk-${RUSTDESK_VERSION}-$(uname -m).deb" && \
apt-get install -y --no-install-recommends \
/tmp/rustdesk.deb && \
apt-get install -y xdg-user-dirs && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \

View File

@ -26,6 +26,7 @@ RUN \
"https://github.com/rustdesk/rustdesk/releases/download/${RUSTDESK_VERSION}/rustdesk-${RUSTDESK_VERSION}-$(uname -m).deb" && \
apt-get install -y --no-install-recommends \
/tmp/rustdesk.deb && \
apt-get install -y xdg-user-dirs && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \