• Joined on 2025-08-13

foremka-occt-base (v1)

Published 2026-05-28 11:40:55 +02:00 by dariusz

Installation

docker pull gitea.naurecki.pl/dariusz/foremka-occt-base:v1
sha256:5143ab6a4734f3b999a38259d9869bd592458cde8ca22eb582b1df2c114a4e4e

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8 LC_ALL=C.UTF-8
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg build-essential python3 make g++ cmake patchelf libstdc++6 libgomp1 libx11-6 git && rm -rf /var/lib/apt/lists/*
/bin/sh -c curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y --no-install-recommends nodejs && rm -rf /var/lib/apt/lists/* && node -v && npm -v
COPY dir:71635ad561afef7de97e2e7e3d35550f1995b6968ccb0f2cdd1e511cbe65e3bd in /opt/occt-install/
ENV LD_LIBRARY_PATH=/opt/occt-install/lib:
/bin/sh -c ln -sf /opt/occt-install /occt-install
CMD ["bash"]

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-05-28 11:40:55 +02:00
1
OCI / Docker
linux/amd64
264 MiB
Versions (2) View all
latest 2026-05-28
v1 2026-05-28