Skip to content

Commit

Permalink
Merge pull request #17 from immich-app/fix/ffmpeg-dev
Browse files Browse the repository at this point in the history
fix: install ffmpeg in dev
  • Loading branch information
alextran1502 authored Nov 24, 2023
2 parents 085415a + dbb54cb commit 13464ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ RUN ./build-libraw.sh
RUN ./build-imagemagick.sh
RUN ./build-libvips.sh

RUN sed -i -e's/ main/ main contrib non-free non-free-firmware/g' /etc/apt/sources.list.d/debian.sources
COPY bin/install-ffmpeg.sh bin/build-lock.json ./
RUN ./install-ffmpeg.sh

FROM node:20.9-bookworm-slim as prod

WORKDIR /usr/src/app
Expand Down

0 comments on commit 13464ad

Please sign in to comment.