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=<Aditya Prima> aprimediet@gmail.com |
ARG UBUNTU_VERSION=noble |
ENV DEBIAN_FRONTEND=noninteractive |
ENV TZ=Asia/Jakarta |
RUN |1 UBUNTU_VERSION=noble /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit |
USER root |
RUN |1 UBUNTU_VERSION=noble /bin/sh -c apt -y update && apt -y upgrade && apt -y install curl # buildkit |
RUN |1 UBUNTU_VERSION=noble /bin/sh -c apt -y clean # buildkit |