beeper / linkedin

LinkedIn Messaging <-> Matrix Bridge
Apache License 2.0
68 stars 14 forks source link

Docker build fails on latest #64

Open raymatos opened 10 months ago

raymatos commented 10 months ago
------
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