Skip to content

Commit

Permalink
Update 7.0 base ubuntu2204
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 authored Apr 9, 2024
1 parent 22b0e55 commit 5ee7702
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker-images/7.0/ubuntu2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://hub.docker.com/r/jrottenberg/ffmpeg/
#
#
FROM ubuntu:20.04 AS base
FROM ubuntu:22.04 AS base

WORKDIR /tmp/workdir

Expand All @@ -28,8 +28,8 @@ ENV FFMPEG_VERSION=7.0 \
LIBASS_VERSION=0.13.7 \
LIBPTHREAD_STUBS_VERSION=0.4 \
LIBVIDSTAB_VERSION=1.1.0 \
LIBXCB_VERSION=1.13.1 \
XCBPROTO_VERSION=1.13 \
LIBXCB_VERSION=1.15 \
XCBPROTO_VERSION=1.15 \
OGG_VERSION=1.3.2 \
OPENCOREAMR_VERSION=0.1.5 \
OPUS_VERSION=1.2 \
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN buildDeps="autoconf \
nasm \
perl \
pkg-config \
python \
python3 \
libssl-dev \
yasm \
zlib1g-dev" && \
Expand Down Expand Up @@ -405,7 +405,6 @@ RUN \
make install && \
rm -rf ${DIR}


## libxml2 - for libbluray
RUN \
DIR=/tmp/libxml2 && \
Expand Down

0 comments on commit 5ee7702

Please sign in to comment.