Skip to content

Commit

Permalink
DEV: Add support for Ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkshine committed Oct 26, 2023
1 parent 1160cf5 commit 084f614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/base/install-imagemagick
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apt -y -q install git make gcc pkg-config autoconf curl g++ yasm cmake \
libltdl7-dev libbz2-dev gsfonts libtiff-dev libfreetype6-dev libjpeg-dev

# Ubuntu doesn't like `bullseye-backports`
if cat /etc/issue | grep -qi 'Ubuntu 22'; then
if cat /etc/issue | grep -qiE 'Ubuntu 20|22'; then
apt -y install libheif1 libaom-dev libheif-dev
else
# Use backports instead of compiling it
Expand Down

0 comments on commit 084f614

Please sign in to comment.