thryx-lookyloo (sha256:fe6b091832eb5c7cf8dc70ab7136f8392587014ebc79c9fcc41a4c3467ab3b83)

Published 2026-09-21 10:46:21 +02:00 by Andreas

Installation

docker pull git.m00.se/andreas/thryx-lookyloo@sha256:fe6b091832eb5c7cf8dc70ab7136f8392587014ebc79c9fcc41a4c3467ab3b83
sha256:fe6b091832eb5c7cf8dc70ab7136f8392587014ebc79c9fcc41a4c3467ab3b83

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:b920ec328a9d4f41fbaa4e839ab5a48ad3f138f98a847b3ee8c48142817ee32d in /
CMD ["/bin/bash"]
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
ENV TZ=Etc/UTC
RUN /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit
RUN /bin/sh -c apt-get update # buildkit
RUN /bin/sh -c apt-get -y upgrade # buildkit
RUN /bin/sh -c apt-get -y install wget python3-dev git python3-venv python3-pip python-is-python3 # buildkit
RUN /bin/sh -c apt-get -y install libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxkbcommon0 libxdamage1 libgbm1 libpango-1.0-0 libcairo2 libatspi2.0-0 # buildkit
RUN /bin/sh -c apt-get -y install libxcomposite1 libxfixes3 libxrandr2 libasound2 libmagic1 # buildkit
RUN /bin/sh -c pip3 install poetry # buildkit
WORKDIR /lookyloo
COPY lookyloo lookyloo/ # buildkit
COPY tools tools/ # buildkit
COPY bin bin/ # buildkit
COPY website website/ # buildkit
COPY config config/ # buildkit
COPY pyproject.toml . # buildkit
COPY poetry.lock . # buildkit
COPY README.md . # buildkit
COPY LICENSE . # buildkit
RUN /bin/sh -c mkdir cache user_agents scraped logs # buildkit
RUN /bin/sh -c echo LOOKYLOO_HOME="'`pwd`'" > .env # buildkit
RUN /bin/sh -c cat .env # buildkit
RUN /bin/sh -c poetry install # buildkit
RUN /bin/sh -c poetry run playwright install-deps # buildkit
RUN /bin/sh -c poetry run playwright install # buildkit
RUN /bin/sh -c poetry run tools/3rdparty.py # buildkit
RUN /bin/sh -c poetry run tools/generate_sri.py # buildkit

Labels

Key Value
org.opencontainers.image.version 22.04
Details
Container
2026-09-21 10:46:21 +02:00
0
OCI / Docker
linux/arm64
1.6 GiB
Versions (9) View all