Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for dnf (0.02 seconds)

  1. Vagrantfile

        config.cache.enable :generic, { :cache_dir => '/var/cache/dnf' }
      end
      linux_common(
        config,
        name,
        update_command: 'dnf check-update',
        update_tracking_file: '/var/cache/dnf/last_update',
        install_command: 'dnf install -y',
        install_command_retries: 5
      )
    end
    
    def dnf_docker(config)
      config.vm.provision 'install Docker using dnf', type: 'shell', inline: <<-SHELL
        # Install prerequisites
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
Back to Top