-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi, I was happy to find this docker setup but unfortunately I am stumblign on build issues:
make[1]: Entering directory '/home/kilext/DockerArch/fpga-docker/fpga-base/centos6'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/kilext/DockerArch/fpga-docker/fpga-base/centos6'
make[1]: Entering directory '/home/kilext/DockerArch/fpga-docker/Intel_Quartus_Prime_18.0'
Sending build context to Docker daemon 6.618GB
Step 1/9 : FROM fpga-base:centos6 as install
---> c1aa8001c57e
Step 2/9 : LABEL com.halfmanhalftaco.fpga.temp=1
---> Running in e5fbbd6cd9be
Removing intermediate container e5fbbd6cd9be
---> 975c583280da
Step 3/9 : ADD Quartus-lite-18.1.0.625-linux.tar /quartus
ADD failed: file not found in build context or excluded by .dockerignore: stat Quartus-lite-18.1.0.625-linux.tar: file does not exist
make[1]: *** [Makefile:18: container-image-built] Error 1
make[1]: Leaving directory '/home/kilext/DockerArch/fpga-docker/Intel_Quartus_Prime_18.0'
make: *** [Makefile:34: Intel_Quartus_Prime_18.0] Error 2
This is what happens when I try to run make from the root of your repo. Am I doing something wrong ?
Thanks for your time.
KileXt