• Joined on 2025-10-31

tlparser (latest)

Published 2025-11-15 19:27:29 +01:00 by pontus

Installation

docker pull git.kattla.se/pontus/tlparser:latest
sha256:4655cb59477783cd1af40afa2093edd992b591fc81206f3c702ffeda167262e0

Image Layers

ADD alpine-minirootfs-3.22.0-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV TZ=Europe/Stockholm
WORKDIR /app
COPY tlparser/requirements.txt . # buildkit
RUN /bin/sh -c apk add --no-cache bash python3 py3-pip sqlite tzdata # buildkit
RUN /bin/sh -c python3 -m venv venv # buildkit
RUN /bin/sh -c /bin/sh -c "source venv/bin/activate && pip install --no-cache-dir -r requirements.txt" # buildkit
COPY tlparser . # buildkit
RUN /bin/sh -c mkdir /app/logs # buildkit
EXPOSE [8994/tcp]
CMD ["sh" "-c" "source venv/bin/activate && python3 /app/run.py"]
Details
Container
2025-11-15 19:27:29 +01:00
1
OCI / Docker
linux/amd64
47 MiB
Versions (1) View all
latest 2025-11-15