Skip to content

Commit c99e826

Browse files
committed
Make scripts executable
1 parent 90858e4 commit c99e826

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
2+
set -x
3+
fi
4+
set -eu
5+
set -o pipefail
6+
7+
# RUN this after DIB_DISTRIBUTION_MIRROR has been set up. It installs a
8+
# load of missing packages from the container image
9+
dnf install -y @core --allowerasing

elements/rocky-container-generic/post-install.d/50-cloud-init.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)