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

Getting error on bringing up moonbeam #130

@han-so1omon

Description

@han-so1omon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions