mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
docker: improve logging of the setup scripts
This commit is contained in:
parent
d08496b142
commit
e1d7b721e0
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
set -eu
|
||||
set -eux
|
||||
|
||||
echo "Removing DNF cache"
|
||||
dnf clean all
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
set -eu
|
||||
set -eux
|
||||
|
||||
dnf install -y \
|
||||
file \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
set -eu
|
||||
set -eux
|
||||
|
||||
echo "Removing DNF cache"
|
||||
dnf clean all
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
set -eu
|
||||
set -eux
|
||||
|
||||
dnf install -y git-core ninja-build dnf-plugins-core
|
||||
|
||||
|
|
Loading…
Reference in a new issue