Split
Some checks failed
Build toolchain image / Builder (push) Has been cancelled

This commit is contained in:
2025-03-30 02:14:35 +03:00
parent 6f0923262e
commit d6ca5ab725
5 changed files with 54 additions and 23 deletions

13
docker.sh Executable file
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