Block a user
opentom-builder (latest)
Published 2024-05-20 19:10:11 +00:00 by williamp
Installation
docker pull git.dubyatp.xyz/williamp/opentom-builder:latest
sha256:fd6b2f17ed010654c3199f61a21fa3ae05021fba4b82dbc9e1806c953b92f3f1
Image Layers
ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=22.04 |
ADD file:21c2e8d95909bec6f4acdaf4aed55b44ee13603681f93b152e423e3e6a4a207b in / |
CMD ["/bin/bash"] |
RUN /bin/sh -c dpkg --add-architecture i386 && apt update && apt install -y wget autoconf chrpath fluid imagemagick libglib2.0-dev libtool subversion xsltproc gawk dh-autoreconf pkg-config libglib2.0-dev libc6:i386 libncurses5:i386 libstdc++6:i386 cmake # buildkit |
COPY ./ /opentom # buildkit |
WORKDIR /opentom |
ENTRYPOINT ["bash" "/opentom/docker_entrypoint.sh"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.ref.name | ubuntu |
org.opencontainers.image.version | 22.04 |