Skip to content

Snapd failing classic installs on RedHat

manjeetsinghynr requested to merge dev into master

As per recommendations from https://snapcraft.io/docs/snap-try the following code should be added in to support ansible-studio installation in RHEL based docker containers:

  • name: Downloading android-studio snap command: "snap download android-studio" -name: Unsquashing it command: "unsquashfs android-studio_101.snap" -name: Installing it with help of snap try command: "snap try squashfs-root --classic"

Merge request reports

Loading