Update
Build toolchain image / Builder (push) Failing after 22s

This commit is contained in:
2026-03-16 15:19:27 +03:00
parent 3d52349433
commit 786c64024c
8 changed files with 60 additions and 1 deletions
Executable
+17
View File
@@ -0,0 +1,17 @@
#!/bin/sh
set -e
dnf -y update
dnf -y install nano rsync wget curl git git-all mc tree openssl \
unzip zip \
mtr traceroute net-tools tcpdump bind-utils \
tcsh sysstat atop chrony ntpstat nginx \
postgresql
dnf -y group install standard core \
hardware-support development-libs development-tools
dnf -y install postgresql-server-devel
dnf -y clean all