Skip to content

Commit

Permalink
build: fix ubuntu 24.04 deps (LizardByte#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored and KuleRucket committed Jun 6, 2024
1 parent d44ba26 commit 1f79613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
!/.rstcheck.cfg

# ignore repo directories and files
docker/
gh-pages-template/
scripts/
tools/
crowdin.yml

# ignore dev directories
build/
cmake-*/
venv/

# ignore artifacts
Expand Down
11 changes: 0 additions & 11 deletions docker/ubuntu-24.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ apt-get install -y --no-install-recommends \
g++-11 \
git \
graphviz \
libavcodec60=7:6.1.1-1ubuntu1 \
libavfilter9=7:6.1.1-1ubuntu1 \
libavformat60=7:6.1.1-1ubuntu1 \
libavdevice-dev \
libayatana-appindicator3-dev \
libboost-filesystem-dev=1.83.* \
libboost-locale-dev=1.83.* \
Expand All @@ -67,7 +63,6 @@ apt-get install -y --no-install-recommends \
libxfixes-dev \
libxrandr-dev \
libxtst-dev \
libzvbi-common=0.2.42-1.1 \
python3.11 \
python3.11-venv \
udev \
Expand All @@ -82,12 +77,6 @@ apt-get clean
rm -rf /var/lib/apt/lists/*
_DEPS

# TODO: remove the following... as of 2024-04-03, ubuntu cannot properly resolve the dependencies
# libavcodec60=7:6.1.1-1ubuntu1 \
# libavfilter9=7:6.1.1-1ubuntu1 \
# libavformat60=7:6.1.1-1ubuntu1 \
# libzvbi-common=0.2.42-1.1 \


#Install Node
# hadolint ignore=SC1091
Expand Down

0 comments on commit 1f79613

Please sign in to comment.