Skip to content

Commit

Permalink
Enforce yes for dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Mar 3, 2024
1 parent 822a0c9 commit 2cd2255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ install_docker() {
verbose "Installing docker"
case "$BASE_DISTRO" in
fedora)
dnf install 'dnf-command(config-manager)'
dnf -y install 'dnf-command(config-manager)'
dnf -y config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
dnf -y install docker-ce-cli docker-buildx-plugin docker-compose-plugin
;;
Expand Down

0 comments on commit 2cd2255

Please sign in to comment.