ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=22.04 |
ADD file:2b3b5254f38a790d40e31cb26155609f7fc99ef7bc99eae1e0d67fa9ae605f77 in / |
CMD ["/bin/bash"] |
RUN /bin/sh -c apt-get update -y && apt-get upgrade -y && apt-get install tzdata && apt-get clean -y # buildkit |
ENV TZ=Europe/Berlin/ |
RUN /bin/sh -c apt-get update -y && apt-get install -y curl wget make git ninja-build python3-pip && apt-get clean -y # buildkit |
COPY /usr/local /usr/local # buildkit |
RUN /bin/sh -c pip3 install --upgrade pip && pip3 install -U setuptools && pip3 install cmake # buildkit |
ENV PATH=/usr/local/riscv64-unknown-elf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |