Skip to content

Commit b0ba4ec

Browse files
committed
Dockerfile / build
1 parent a035c21 commit b0ba4ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ FROM python:slim-bookworm
44
RUN apt-get update && apt-get install -y \
55
ffmpeg \
66
lynx \
7-
gcc \
7+
gcc \
88
git \
9+
rustc \
10+
cargo \
911
&& apt-get clean \
1012
&& rm -rf /var/lib/apt/lists/*
11-
13+
1214
WORKDIR /app
1315

1416
# Copy the requirements file first to leverage Docker cache

0 commit comments

Comments
 (0)