Skip to content

Commit

Permalink
fix ffmpeg in arm images (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongdove authored May 24, 2024
1 parent bc5bbe8 commit 2a23e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arm32v7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ RUN apt-get -yqq update && \
COPY --from=devel-base /buildout/ /

RUN apt-get update && \
apt-get install -y libicu-dev tzdata fontconfig fonts-noto-core fonts-noto-cjk libgdiplus && \
apt-get install -y libicu-dev tzdata fontconfig fonts-noto-core fonts-noto-cjk libgdiplus libdrm2 && \
rm -rf /var/lib/apt/lists/*

CMD ["--help"]
Expand Down
2 changes: 1 addition & 1 deletion arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ RUN apt-get -yqq update && \
COPY --from=devel-base /buildout/ /

RUN apt-get update && \
apt-get install -y libicu-dev tzdata fontconfig fonts-noto-core fonts-noto-cjk libgdiplus && \
apt-get install -y libicu-dev tzdata fontconfig fonts-noto-core fonts-noto-cjk libgdiplus libdrm2 && \
rm -rf /var/lib/apt/lists/*

CMD ["--help"]
Expand Down

0 comments on commit 2a23e61

Please sign in to comment.