hmemcpy / haskell-hie-devcontainer

A DevContainer for VSCode, for installing GHC 8.6.5, HIE (Haskell IDE Engine) and the required plugins
MIT License
164 stars 37 forks source link

docker build error. #5

Closed KumaCool closed 4 years ago

KumaCool commented 4 years ago

The command '/bin/sh -c apk update && apk add --no-cache wget coreutils ca-certificates && wget -q -O /tmp/common-setup.sh $COMMON_SCRIPT_SOURCE && if [ "$COMMON_SCRIPT_SHA" != "dev-mode" ]; then echo "$COMMON_SCRIPT_SHA /tmp/common-setup.sh" | sha256sum -c - ; fi && /bin/ash /tmp/common-setup.sh "$INSTALL_ZSH" "$USERNAME" "$USER_UID" "$USER_GID"' returned a non-zero code: 4

i don't know what the situation is.

KumaCool commented 4 years ago

The operation was successful. The reason is that the network in my area cannot access certain URL, so need to use a proxy to access it.