Block a user
pyphotoalbum-ci (latest)
Published 2026-06-20 12:53:32 +00:00 by dtourolle
Installation
docker pull gitea.tourolle.paris/dtourolle/pyphotoalbum-ci:latestsha256:e46e3ec033d00ae92993625c2f40444170bb993a9170e19beddff5bf1f70199a
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:46ac5b8ee4c64ad9ebe840abd5619f571a617ac19483764d47d0eeba7907934f in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends python3 python3-pip libgl1 libglib2.0-0 libegl1 libfontconfig1 libfreetype6 libdbus-1-3 libx11-6 libx11-xcb1 libxcb1 libxcb-cursor0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render0 libxcb-render-util0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon0 libxkbcommon-x11-0 curl git nodejs && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c pip3 install --break-system-packages --no-cache-dir PyQt6 PyOpenGL numpy Pillow reportlab lxml pypdf pytest pytest-qt pytest-cov pytest-mock pdfplumber flake8 black mypy coverage-badge interrogate setuptools # buildkit |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |