Browse Source

Mise à jour de 'Dockerfile'

penta 1 month ago
parent
commit
449b8b74ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -423,7 +423,7 @@ RUN apt-get update \
     && apt-get install --no-install-recommends -y \
         /tmp/sunshine.deb \
     && setcap cap_sys_admin,cap_dac_override=ep \
-       /usr/bin/sunshine-2025.924.154138 \
+           "$(command -v sunshine)" \
     && rm -f /tmp/sunshine.deb \
     && apt-get clean \
     && rm -rf \