Skip to content

make stack-up fails due to missing mkcert dependency - cannot start docker container for app #991

@emimoir

Description

@emimoir

Hi, followed your setup instructions and the make stack-up step fails because mkcert is not installed, however mkcert is not listed as a prerequisite in the steps.

Steps to Reproduce

  1. Clone the repository: git clone https://github.com/getprobo/probo.git
  2. Install Go dependencies: go mod download
  3. Install JavaScript dependencies: npm ci
  4. Build the project: make build
  5. Start docker containers: make stack-up

The command fails with the following error:

mkcert -cert-file compose/pebble/certs/pebble.crt \
    -key-file compose/pebble/certs/pebble.key \
    localhost 127.0.0.1 ::1 pebble
make: mkcert: No such file or directory
make: *** [compose/pebble/certs/rootCA.pem] Error 1

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