`wget: command not found` error while docker compose
trinityzhub opened this issue · 0 comments
trinityzhub commented
docker-compose up -d — build
having error
=> [minio-image auth] minio/minio:pull token for registry-1.docker.io 0.0s
=> [mlflow-image 2/3] COPY requirements.txt /tmp/ 15.9s
=> [mlflow-image 3/3] RUN pip install --requirement /tmp/requirements.txt 239.0s
=> [jupyter-image auth] jupyter/scipy-notebook:pull token for registry-1.docker.io 0.0s
=> ERROR [minio-image 2/2] RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc 55.3s
------
> [minio-image 2/2] RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc:
32.15 /bin/sh: wget: command not found
------
failed to solve: process "/bin/sh -c wget https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc" did not complete successfully: exit code: 127
[ubbe@e45kattegat Microservices-Based-Algorithmic-Trading-System]$ docker compose up -d --build
WARN[0000] The "MAPBOX_API_KEY" variable is not set. Defaulting to a blank string.
[+] Building 33.5s (29/33)