Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Docker build fails on latest #64

Description

@raymatos
------
Dockerfile:37
--------------------
  36 |     COPY . /opt/linkedin-matrix
  37 | >>> RUN apk add --no-cache git && pip3 install --no-cache-dir .[e2be] && apk del git \
  38 | >>>     # This doesn't make the image smaller, but it's needed so that the `version` command works properly
  39 | >>>     && cp linkedin_matrix/example-config.yaml . && rm -rf linkedin_matrix .git build
  40 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apk add --no-cache git && pip3 install --no-cache-dir .[e2be] && apk del git     && cp linkedin_matrix/example-config.yaml . && rm -rf linkedin_matrix .git build" did not complete successfully: exit code: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions