Skip to content

Docker installation failure on Ubuntu 18.04 #42

@hauni97

Description

@hauni97

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

This fails in execution, asadd-apt-repository is not installed on all Ubuntu 18.04 by default. Instead, it has to be installed with sudo apt install software-properties-common.

Will aim to add this fix to: https://github.com/Phala-Network/solo-mining-scripts/tree/improvement-test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions