| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:c2e78eb585ec4e503f14c4ea98f4962c998f5eb075749507953f85387742694b in / |
| CMD ["/bin/bash"] |
| LABEL maintainer=LanCache.Net Team <team@lancache.net> |
| ARG DEBIAN_FRONTEND=noninteractive |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get -y update && apt-get -y upgrade && apt-get -y install supervisor curl wget bzip2 locales tzdata --no-install-recommends && locale-gen en_GB.utf8 && update-locale LANG=en_GB.utf8 && apt-get -y clean && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV SUPERVISORD_EXIT_ON_FATAL=1 LC_ALL=en_GB.UTF-8 LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 TZ=Europe/London SUPERVISORD_LOGLEVEL=WARN |
| COPY overlay/ / # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod -R 755 /init /hooks # buildkit |
| ENTRYPOINT ["/bin/bash" "-e" "/init/entrypoint"] |
| CMD ["/init/supervisord"] |