beeper-linkedin (sha256:9ffa5c0884e0a3517ad867bb785875364604bc3c45f3c1ca51b05e621e57a422)
Published 2024-04-16 13:02:38 +00:00 by therbron
Installation
docker pull git.halis.io/athens-school/beeper-linkedin@sha256:9ffa5c0884e0a3517ad867bb785875364604bc3c45f3c1ca51b05e621e57a422
sha256:9ffa5c0884e0a3517ad867bb785875364604bc3c45f3c1ca51b05e621e57a422
Image Layers
ADD file:d0764a717d1e9d0aff3fa84779b11bfa0afe4430dcb6b46d965b209167639ba0 in / |
CMD ["/bin/sh"] |
ARG TARGETARCH=amd64 |
RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --no-cache python3 py3-pip py3-setuptools py3-wheel py3-aiohttp py3-magic py3-ruamel.yaml py3-commonmark py3-prometheus-client py3-olm py3-cffi py3-pycryptodome py3-unpaddedbase64 py3-future py3-aiohttp-socks py3-pysocks ca-certificates su-exec bash curl git jq yq # buildkit |
COPY requirements.txt /opt/linkedin-matrix/requirements.txt # buildkit |
COPY optional-requirements.txt /opt/linkedin-matrix/optional-requirements.txt # buildkit |
WORKDIR /opt/linkedin-matrix |
RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --virtual .build-deps python3-dev libffi-dev build-base && pip3 install --break-system-packages --no-cache-dir -r requirements.txt -r optional-requirements.txt && apk del .build-deps # buildkit |
COPY . /opt/linkedin-matrix # buildkit |
RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --no-cache git && pip3 install --break-system-packages --no-cache-dir .[e2be] && apk del git && cp linkedin_matrix/example-config.yaml . && rm -rf linkedin_matrix .git build # buildkit |
VOLUME [/data] |
ENV UID=1337 GID=1337 |
CMD ["/opt/linkedin-matrix/docker-run.sh"] |