Trying to install Sailfish SDK version 3.7.4 on Ubuntu 20.04
During installation I’m selecting docker,
this is the error I’m getting:
Error during installation process (org.merproject.mersdk):
Execution failed (Unexpected exit code: 1): “/usr/bin/docker build --tag sailfish-sdk-build-engine /home/lolek/SailfishOS/mersdk”
There’s also this in the log:
Step 1/5 : FROM scratch
—>
Step 2/5 : ADD sailfish.tar /failed to copy files: Error processing tar file(exit status 1): lchown /etc/mersdk: invalid argument
Sending build context to Docker daemon 4.661GB
Step 1/5 : FROM scratch
—>
Step 2/5 : ADD sailfish.tar /failed to copy files: Error processing tar file(exit status 1): lchown /etc/mersdk: invalid argument
Any ideas?