Hi,
downloaded the package and launched the docker-compose up -d command I got the error:
WARNING: The FILE variable is not set. Defaulting to a blank string.
Building ntripcaster
[+] Building 1.6s (9/18)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 84B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/debian:bullseye-slim 1.4s
=> [auth] library/debian:pull token for registry-1.docker.io 0.0s
=> [ 1/13] FROM docker.io/library/debian:bullseye-slim@sha256:a165446a88794db4fec31e35e9441433f9552ae048fb1ed26df352d2b537c 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 89B 0.0s
=> CACHED [ 2/13] RUN apt-get -qq update --fix-missing && apt-get -qq --yes upgrade 0.0s
=> CACHED [ 3/13] RUN set -eux && export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get -y install 0.0s
=> ERROR [ 4/13] COPY ntripcaster-2.0.37.tar.bz2 / 0.0s
------
> [ 4/13] COPY ntripcaster-2.0.37.tar.bz2 /:
------
failed to compute cache key: "/ntripcaster-2.0.37.tar.bz2" not found: not found
ERROR: Service 'ntripcaster' failed to build : Build failed
Hi,
downloaded the package and launched the docker-compose up -d command I got the error: