Skip to content

Commit

Permalink
Workaround microsoft/WSL#4114
Browse files Browse the repository at this point in the history
  • Loading branch information
tpambor committed Oct 17, 2023
1 parent f8ddf4a commit e57efc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion converter-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.11-bookworm

RUN apt update && \
# Workaround https://github.com/microsoft/WSL/issues/4114
RUN apt -o Acquire::Check-Valid-Until=false -o Acquire::Check-Date=false update && \
apt install --no-install-recommends --yes \
ffmpeg \
&& apt clean && \
Expand Down

0 comments on commit e57efc2

Please sign in to comment.