This repository was archived by the owner on Mar 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
This repository was archived by the owner on Mar 7, 2023. It is now read-only.
Getting error on bringing up moonbeam #130
Copy link
Copy link
Open
Description
I'm using Docker on Mac M1
I'm following the instructions here: https://icondev.io/btp-gitbook/btp-development-instructions
The final step is to bring up the moonbeam node:
docker-compose up moonbeamThis results in an error:
$ docker compose up moonbeam
[+] Building 1.0s (8/8) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 32B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/purestake/moonbeam:v0.13.2-upgrade-hotfix 0.8s
=> [internal] load metadata for docker.io/library/debian:buster-slim 0.7s
=> CACHED [stage-1 1/3] FROM docker.io/purestake/moonbeam:v0.13.2-upgrade-hotfix@sha256:9718c43b402 0.0s
=> CACHED [base 1/1] FROM docker.io/library/debian:buster-slim@sha256:f6e5cbc7eaaa232ae1db675d83eab 0.0s
=> [stage-1 2/3] COPY --from=base /usr/bin /usr/bin 0.0s
=> ERROR [stage-1 3/3] RUN apt-get update && apt-get install -y curl 0.2s
------
> [stage-1 3/3] RUN apt-get update && apt-get install -y curl:
#8 0.148 /bin/sh: 1: apt-get: not found
------
failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c apt-get update && apt-get install -y curl]: exit code: 127Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels