| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:fb4c8244f4468cdd3f666932f05805a3882d34010d3a0c14b7c20589bf619a9c in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| /bin/sh -c apt update && apt -y upgrade && apt install -y wget dpkg debconf debhelper lintian libz-dev liblzma-dev libcurl4-openssl-dev libssl-dev libncurses-dev libncursesw5-dev build-essential g++ gfortran cmake git-all zlib1g-dev libbz2-dev libboost-date-time-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev md5deep libsdsl-dev hdf5-tools libhdf5-dev && apt clean && rm -rf /var/lib/apt/lists/* |
| LABEL org.opencontainers.image.created=2023-03-13T09:24:34Z |
| LABEL org.opencontainers.image.revision=e6b450a8e71885e9a4881f3dcee437f1e1c99068 |
| LABEL org.opencontainers.image.source=https://git.ymnuktech.ru/ymnuk/yt-builder-ubuntu-2204.git |
| LABEL org.opencontainers.image.url=https://git.ymnuktech.ru/ymnuk/yt-builder-ubuntu-2204 |