Trying to build using the docker build command fails
docker build --tag amazon/keyspaces-toolkit --build-arg CLI_VERSION=latest https://github.com/aws-samples/amazon-keyspaces-toolkit.git
[+] Building 0.0s (1/1) FINISHED
=> CACHED [internal] load git source https://github.com/aws-samples/amazon-keyspaces-toolkit.git 0.0s
failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount2497446633/Dockerfile: no such file or directory
Trying to build using the
docker build
command fails