Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Apr 17, 2024
1 parent 563e3fa commit 25ebdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-slim

RUN apt -yy update && apt -yy install ffmpeg cmake build-essentials && apt clean
RUN apt -yy update && apt -yy install ffmpeg cmake build-essential && apt clean

COPY app/requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt
Expand Down

0 comments on commit 25ebdd3

Please sign in to comment.