Skip to content

Commit

Permalink
Dockerfile / build
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingFathead committed Oct 13, 2024
1 parent a035c21 commit b0ba4ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ FROM python:slim-bookworm
RUN apt-get update && apt-get install -y \
ffmpeg \
lynx \
gcc \
gcc \
git \
rustc \
cargo \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /app

# Copy the requirements file first to leverage Docker cache
Expand Down

0 comments on commit b0ba4ec

Please sign in to comment.