---> 719271a64e39
Step 6/9 : RUN dpkg -x opensky-feeder.deb /
---> Running in bf441c0d9bbd
Removing intermediate container bf441c0d9bbd
---> c3ecb19893df
Step 7/9 : COPY start.sh start.sh
---> 808ebb9eb09e
Step 8/9 : RUN chmod +x start.sh
---> Running in 97942ff124f2
standard_init_linux.go:219: exec user process caused: no such file or directory
ERROR: Service 'opensky' failed to build: The command '/bin/sh -c chmod +x start.sh' returned a non-zero code: 1
`
It looks as though after the COPY of start.sh it doesn't exist where it is expected to be
I get the following error when trying to build the opensky container.
`Step 5/9 : ADD https://opensky-network.org/files/firmware/opensky-feeder_latest_armhf.deb opensky-feeder.deb
---> 719271a64e39 Step 6/9 : RUN dpkg -x opensky-feeder.deb / ---> Running in bf441c0d9bbd Removing intermediate container bf441c0d9bbd ---> c3ecb19893df Step 7/9 : COPY start.sh start.sh ---> 808ebb9eb09e Step 8/9 : RUN chmod +x start.sh ---> Running in 97942ff124f2 standard_init_linux.go:219: exec user process caused: no such file or directory ERROR: Service 'opensky' failed to build: The command '/bin/sh -c chmod +x start.sh' returned a non-zero code: 1 ` It looks as though after the COPY of start.sh it doesn't exist where it is expected to be