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 014cd08 commit a697f91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ 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 nodejs npm
openssh-client ffmpeg mpd mpc expect
# libavutil-dev libavformat-dev expect\
# libavfilter-dev libavdevice-dev libclang-dev libsqlite3-dev
curl nodejs npm # Ajoute Node.js et npm
RUN curl nodejs npm # Ajoute Node.js et npm

# Copier l'exécutable compilé depuis l'étape de build
COPY --from=build /app/target/release/blissify /usr/local/bin/blissify
Expand Down

0 comments on commit a697f91

Please sign in to comment.