Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Getting error on bringing up moonbeam #130

Open
han-so1omon opened this issue Feb 3, 2022 · 2 comments
Open

Getting error on bringing up moonbeam #130

han-so1omon opened this issue Feb 3, 2022 · 2 comments

Comments

@han-so1omon
Copy link

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 moonbeam

This 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: 127
@canhlinh
Copy link
Collaborator

canhlinh commented Feb 9, 2022

I don't have an M1 to test. LOL

@han-so1omon
Copy link
Author

Ok, thank you @canhlinh

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@canhlinh @han-so1omon and others