Skip to content

Commit

Permalink
Make Non-Interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
manascb1344 committed Feb 23, 2025
1 parent 38d345a commit 75d6e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app
# Install system dependencies
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update && apt-get install -y \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ffmpeg \
libsndfile1 \
git \
Expand Down

0 comments on commit 75d6e79

Please sign in to comment.