Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chourmovs authored Sep 7, 2024
1 parent 4a7be49 commit 014cd08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN mkdir -p /mnt/Musique

# Installer uniquement les dépendances nécessaires à l'exécution
RUN apt-get update && apt-get install -y \
openssh-client ffmpeg mpd mpc expect curl
openssh-client ffmpeg mpd mpc expect \
curl nodejs npm
# libavutil-dev libavformat-dev expect\
# libavfilter-dev libavdevice-dev libclang-dev libsqlite3-dev
curl nodejs npm # Ajoute Node.js et npm
Expand Down

0 comments on commit 014cd08

Please sign in to comment.