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
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh
set -e
# Docker
dnf -y install dnf-plugins-core
dnf5 config-manager \
addrepo \
--from-repofile \
https://download.docker.com/linux/fedora/docker-ce.repo
dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
dnf -y clean all