mirror of
https://github.com/linuxserver/docker-rustdesk.git
synced 2026-02-20 04:38:05 +08:00
Merge pull request #3 from Steltek/master
Fix missing recent/favourites
This commit is contained in:
commit
84666dcbfd
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user