Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build fails on latest #64

Open
raymatos opened this issue Nov 11, 2023 · 0 comments
Open

Docker build fails on latest #64

raymatos opened this issue Nov 11, 2023 · 0 comments

Comments

@raymatos
Copy link

------
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant