The snapcraft.yaml located in this folder, allows to build a snap of the OSM client
docker run -v ${PWD}:/build -w /build snapcore/snapcraft:stable /bin/bash -c "apt update && snapcraft"
As the build can take upwards of 4 minutes, it might be easier to enter the docker container and perform iterative builds there.
docker run -v ${PWD}:/build -w /build snapcore/snapcraft:stable /bin/bash -c /bin/bash apt update snapcraft
$ sudo snap install --devmode osmclient_v7.1.0+git4.a4af86f-dirty_amd64.snap osmclient v7.1.0+git4.a4af86f-dirty installed $ sudo snap alias osmclient.osm osm