------
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