Files
toolchain/ci/base/root/pre.sh
T
RemiZOffAlex 52a1aa84fa
Build toolchain image / Builder (push) Successful in 3m34s
Обновить ci/base/root/pre.sh
2026-04-12 06:13:02 +03:00

20 lines
355 B
Bash
Executable File

#!/bin/sh
set -e
dnf config-manager setopt fedora-cisco-openh264.enabled=0
dnf -y update
dnf -y install nano rsync wget curl git mc tree openssl \
unzip zip \
mtr traceroute net-tools tcpdump bind-utils \
tcsh sysstat atop chrony ntpstat nginx \
postgresql python3 python3-devel
dnf -y install clang llvm
dnf -y remove python3-pip
dnf -y clean all