You definitely fixed the last issue thanks but another has cropped up now I think?
IW-iMac-Phil:~ Phil$ git clone https://github.com/emc-advanced-dev/unik.git
Cloning into 'unik'...
remote: Counting objects: 12081, done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 12081 (delta 2), reused 0 (delta 0), pack-reused 12063
Receiving objects: 100% (12081/12081), 7.24 MiB | 1.63 MiB/s, done.
Resolving deltas: 100% (6295/6295), done.
Checking connectivity... done.
IW-iMac-Phil:~ Phil$ cd unik/
IW-iMac-Phil:unik Phil$ make
Building for platform Darwin
docker build -t projectunik/binary -f Dockerfile .
Sending build context to Docker daemon 36.66 MB
Step 1 : FROM ubuntu:16.04
16.04: Pulling from library/ubuntu
6bbedd9b76a4: Pull complete
fc19d60a83f1: Pull complete
de413bb911fd: Pull complete
2879a7ad3144: Pull complete
668604fde02e: Pull complete
Digest: sha256:2d44ae143feeb36f4c898d32ed2ab2dffeb3a573d2d8928646dfc9cb7deb1315
Status: Downloaded newer image for ubuntu:16.04
---> f753707788c5
Step 2 : RUN apt-get update && apt-get install -y curl make git jq
---> Running in 16992ee0ec20
Get:1 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Ign:1 http://archive.ubuntu.com/ubuntu xenial InRelease
...
Ign:33 http://archive.ubuntu.com/ubuntu xenial-security/universe all Packages
Reading package lists...
W: The repository 'http://archive.ubuntu.com/ubuntu xenial Release' does not have a Release file.
W: The repository 'http://archive.ubuntu.com/ubuntu xenial-updates Release' does not have a Release file.
W: The repository 'http://archive.ubuntu.com/ubuntu xenial-security Release' does not have a Release file.
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/main/source/Sources Error writing to output file - write (28: No space left on device) [IP: 91.189.88.162 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/source/Sources Error writing to output file - write (28: No space left on device) [IP: 91.189.88.162 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-security/main/source/Sources Error writing to output file - write (28: No space left on device) [IP: 91.189.88.162 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
The command '/bin/sh -c apt-get update && apt-get install -y curl make git jq' returned a non-zero code: 100
make: *\ [binary] Error 100
IW-iMac-Phil:unik Phil$
You definitely fixed the last issue thanks but another has cropped up now I think?
IW-iMac-Phil:~ Phil$ git clone https://github.com/emc-advanced-dev/unik.git Cloning into 'unik'... remote: Counting objects: 12081, done. remote: Compressing objects: 100% (17/17), done. remote: Total 12081 (delta 2), reused 0 (delta 0), pack-reused 12063 Receiving objects: 100% (12081/12081), 7.24 MiB | 1.63 MiB/s, done. Resolving deltas: 100% (6295/6295), done. Checking connectivity... done. IW-iMac-Phil:~ Phil$ cd unik/ IW-iMac-Phil:unik Phil$ make Building for platform Darwin docker build -t projectunik/binary -f Dockerfile . Sending build context to Docker daemon 36.66 MB Step 1 : FROM ubuntu:16.04 16.04: Pulling from library/ubuntu 6bbedd9b76a4: Pull complete fc19d60a83f1: Pull complete de413bb911fd: Pull complete 2879a7ad3144: Pull complete 668604fde02e: Pull complete Digest: sha256:2d44ae143feeb36f4c898d32ed2ab2dffeb3a573d2d8928646dfc9cb7deb1315 Status: Downloaded newer image for ubuntu:16.04 ---> f753707788c5 Step 2 : RUN apt-get update && apt-get install -y curl make git jq ---> Running in 16992ee0ec20 Get:1 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB] Ign:1 http://archive.ubuntu.com/ubuntu xenial InRelease ... Ign:33 http://archive.ubuntu.com/ubuntu xenial-security/universe all Packages Reading package lists... W: The repository 'http://archive.ubuntu.com/ubuntu xenial Release' does not have a Release file. W: The repository 'http://archive.ubuntu.com/ubuntu xenial-updates Release' does not have a Release file. W: The repository 'http://archive.ubuntu.com/ubuntu xenial-security Release' does not have a Release file. E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/main/source/Sources Error writing to output file - write (28: No space left on device) [IP: 91.189.88.162 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/source/Sources Error writing to output file - write (28: No space left on device) [IP: 91.189.88.162 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-security/main/source/Sources Error writing to output file - write (28: No space left on device) [IP: 91.189.88.162 80] E: Some index files failed to download. They have been ignored, or old ones used instead. The command '/bin/sh -c apt-get update && apt-get install -y curl make git jq' returned a non-zero code: 100 make: *\ [binary] Error 100 IW-iMac-Phil:unik Phil$