docker: reorder

This commit is contained in:
Koushik Dutta
2023-03-20 16:35:55 -07:00
parent 13362fd53e
commit cae87ba414
2 changed files with 4 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ RUN apt-get -y install \
gcc \
libgirepository1.0-dev \
libglib2.0-dev \
pkg-config \
libvips
libvips \
pkg-config
# gstreamer native https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c#install-gstreamer-on-ubuntu-or-debian
RUN apt-get -y install \

View File

@@ -30,8 +30,8 @@ RUN apt-get -y install \
gcc \
libgirepository1.0-dev \
libglib2.0-dev \
pkg-config \
libvips
libvips \
pkg-config
# gstreamer native https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c#install-gstreamer-on-ubuntu-or-debian
RUN apt-get -y install \