| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:433cf0b8353e08be3a6582ad5947c57a66bdbb842ed3095246a1ff6876d157f1 in / |
| CMD ["/bin/bash"] |
| ARG DEBIAN_FRONTEND=noninteractive |
| ARG TZ=Etc/UTC |
| RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c apt-get update # buildkit |
| RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c apt-get install -y software-properties-common # buildkit |
| RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c add-apt-repository ppa:deadsnakes/ppa # buildkit |
| RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c apt-get update # buildkit |
| RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c apt-get install -y appstream curl file fuse gnupg2 python3.12 python3.12-venv zsync # buildkit |
| RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c apt-get install -y libx11-6 libx11-xcb1 libxau6 libxcb-cursor0 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-res0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb-xv0 libxcb1 libxdmcp6 libxext6 # buildkit |
| RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c curl -L 'https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage' -o '/usr/bin/appimagetool' # buildkit |
| RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c chmod +x '/usr/bin/appimagetool' # buildkit |
| RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c curl -L 'https://github.com/AppImageCommunity/AppImageUpdate/releases/download/2.0.0-alpha-1-20241225/appimageupdatetool-x86_64.AppImage' -o '/usr/bin/appimageupdatetool' # buildkit |
| RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c chmod +x '/usr/bin/appimageupdatetool' # buildkit |
| COPY build.sh /usr/bin/build # buildkit |
| RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c chmod +x '/usr/bin/build' # buildkit |
| ENTRYPOINT ["build"] |