Skip to content

Commit

Permalink
[core] noweb preview video
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed Jun 13, 2024
1 parent a0dd540 commit 94191a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ RUN if [ "$USE_BROWSER" = "chrome" ]; then \
&& apt install -y /tmp/chrome.deb \
&& rm /tmp/chrome.deb \
&& rm -rf /var/lib/apt/lists/*; \
fi
fi \

# Install ffmpeg to generate previews for videos
RUN apt-get update && apt-get install -y ffmpeg --no-install-recommends && rm -rf /var/lib/apt/lists/*

# Attach sources, install packages
WORKDIR /app
Expand Down

0 comments on commit 94191a2

Please sign in to comment.