thryx-lookyloo (sha256:ba55a0beb9898e292e91dfb58f2af01389289f7bb8ff137928c3ff6653ca91e5)

Published 2026-09-20 21:18:42 +02:00 by Andreas

Installation

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

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:81c01921c5f642ac2fcbfae682e489e8e64b347467d9fa1587707e310e64d790 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-20 21:18:42 +02:00
1
OCI / Docker
linux/amd64
1.6 GiB
Versions (9) View all