Files
toolchain/ci/base/root/pre.sh
T
RemiZOffAlex 9915921138
Build toolchain image / Builder (push) Has been cancelled
Обновить ci/base/root/pre.sh
2026-04-10 02:20:22 +03:00

18 lines
328 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 remove python3-pip
dnf -y clean all