ci: refresh to pull in missing gettext package

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2022-04-27 10:52:07 +01:00
parent 8cd7451192
commit 7ee760ea80
11 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
ca-certificates \
ccache \
gcc \
gettext \
git \
icoutils \
libglib2.0-dev \

View File

@ -15,6 +15,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
ca-certificates \
ccache \
gcc \
gettext \
git \
icoutils \
libglib2.0-dev \

View File

@ -23,6 +23,7 @@ exec "$@"' > /usr/bin/nosync && \
ccache \
cppi \
gcc \
gettext \
git \
glib2-devel \
glibc-langpack-en \

View File

@ -23,6 +23,7 @@ exec "$@"' > /usr/bin/nosync && \
ccache \
cppi \
gcc \
gettext \
git \
glib2-devel \
glibc-langpack-en \

View File

@ -43,6 +43,7 @@ ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
RUN nosync dnf install -y \
mingw32-gcc \
mingw32-gettext \
mingw32-glib2 \
mingw32-gstreamer1-plugins-bad-free \
mingw32-gstreamer1-plugins-good \

View File

@ -43,6 +43,7 @@ ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
RUN nosync dnf install -y \
mingw64-gcc \
mingw64-gettext \
mingw64-glib2 \
mingw64-gstreamer1-plugins-bad-free \
mingw64-gstreamer1-plugins-good \

View File

@ -24,6 +24,7 @@ exec "$@"' > /usr/bin/nosync && \
ccache \
cppi \
gcc \
gettext \
git \
glib2-devel \
glibc-langpack-en \

View File

@ -13,6 +13,7 @@ RUN zypper update -y && \
ccache \
cppi \
gcc \
gettext-runtime \
git \
glib2-devel \
glibc-locale \

View File

@ -13,6 +13,7 @@ RUN zypper dist-upgrade -y && \
ccache \
cppi \
gcc \
gettext-runtime \
git \
glib2-devel \
glibc-locale \

View File

@ -15,6 +15,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
ca-certificates \
ccache \
gcc \
gettext \
git \
icoutils \
libglib2.0-dev \

View File

@ -15,6 +15,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
ca-certificates \
ccache \
gcc \
gettext \
git \
icoutils \
libglib2.0-dev \