| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 in / |
| CMD ["/bin/bash"] |
| ARG TARGETARCH |
| ARG NODE_VERSION TARGETARCH |
| |2 NODE_VERSION=22 TARGETARCH=amd64 /bin/sh -c apt update -y && apt install -y maven podman ansible python3-dateutil curl wget git unzip zip tar jq gnupg software-properties-common lsb-release ca-certificates openssh-client locales build-essential |
| |2 NODE_VERSION=22 TARGETARCH=amd64 /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && apt-get install -y nodejs |
| |2 NODE_VERSION=22 TARGETARCH=amd64 /bin/sh -c curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/latest/download/dbmate-linux-${TARGETARCH} && chmod +x /usr/local/bin/dbmate |
| |2 NODE_VERSION=22 TARGETARCH=amd64 /bin/sh -c apt autoremove && rm -rf /var/lib/apt/lists/* |
| CMD [ "/bin/bash", "-l" ] |