(exit code : 4) WHEN EXECUTING : docker compose --profile download up --build #679
Unanswered
dliebrecht
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I a quite new to this so perhaps a simple fix: Attempting Install.
I am using Windows 11 with Ubuntu hosted via WSL2.
I get the following error when running : docker compose --profile download up --build
flipper@ML01:~/Docker/Sdiff$ docker compose --profile download up --build
[+] Building 21.9s (6/8) docker:default
=> [download internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 185B 0.0s
=> [download internal] load metadata for docker.io/library/bash:alpine3.19 11.5s
=> [download internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED [download 1/4] FROM docker.io/library/bash:alpine3.19@sha256:5353512b79d2963e92a2b97 0.0s
=> [download internal] load build context 0.0s
=> => transferring context: 128B 0.0s
=> ERROR [download 2/4] RUN apk update && apk add parallel aria2 10.3s
failed to solve: process "/bin/sh -c apk update && apk add parallel aria2" did not complete successfully: exit code: 4
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions