thryx-lookyloo (sha256:e17dd6a71c8fb272f064f83c5d302829e3ae9ad485ee0d61af2be29fe33f317d)

Published 2026-09-05 22:17:09 +02:00 by Andreas

Installation

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

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:c4ec32d39509d0c1acf2ddbb89cdc1fb3ceeae66ef80238f2ba7df53758fb44a 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-05 22:17:09 +02:00
1
OCI / Docker
linux/arm64
1.5 GiB
Versions (9) View all