CI: Reformat package list in Ubuntu Jammy Dockerfile
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
d31078e5eb
commit
5475c43d49
2 changed files with 6 additions and 8 deletions
|
@ -44,10 +44,9 @@ RUN echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80retries && \
|
|||
apt-get update && apt-get -qq upgrade && \
|
||||
apt-get -qq install \
|
||||
libc6 ca-certificates sudo bash tzdata avahi-utils \
|
||||
gpg zip unzip wget curl rsync make nano \
|
||||
jq lsof lshw sqlite3 exiftool rawtherapee \
|
||||
ffmpeg libavcodec-extra x264 x265 libde265-dev libaom3 libjpeg8 libvpx7 libwebm1 \
|
||||
libmatroska7 libdvdread8 libebml5 libgav1-bin libatomic1 \
|
||||
exiftool gpg zip unzip wget curl rsync make nano jq lsof lshw sqlite3 \
|
||||
rawtherapee ffmpeg libavcodec-extra x264 x265 libde265-dev libaom3 libvpx7 \
|
||||
libwebm1 libjpeg8 libmatroska7 libdvdread8 libebml5 libgav1-bin libatomic1 \
|
||||
&& \
|
||||
/scripts/install-mariadb.sh mariadb-client && \
|
||||
/scripts/install-darktable.sh && \
|
||||
|
|
|
@ -50,10 +50,9 @@ RUN echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80retries && \
|
|||
apt-get update && apt-get -qq upgrade && \
|
||||
apt-get -qq install \
|
||||
libc6 ca-certificates sudo bash tzdata avahi-utils \
|
||||
gpg zip unzip wget curl rsync make nano \
|
||||
jq lsof lshw sqlite3 exiftool rawtherapee \
|
||||
ffmpeg libavcodec-extra x264 x265 libde265-dev libaom3 libjpeg8 libvpx7 libwebm1 \
|
||||
libmatroska7 libdvdread8 libebml5 libgav1-bin libatomic1 \
|
||||
exiftool gpg zip unzip wget curl rsync make nano jq lsof lshw sqlite3 \
|
||||
rawtherapee ffmpeg libavcodec-extra x264 x265 libde265-dev libaom3 libvpx7 \
|
||||
libwebm1 libjpeg8 libmatroska7 libdvdread8 libebml5 libgav1-bin libatomic1 \
|
||||
&& \
|
||||
apt-get -qq install \
|
||||
apt-utils pkg-config software-properties-common \
|
||||
|
|
Loading…
Add table
Reference in a new issue