ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=20.04 |
ADD file:f9ee450324e6ff2c946bc9aae5cf7e35e240dbd387d8b9f5ee1ed5b8434b9894 in / |
CMD ["/bin/bash"] |
ENV DEBIAN_FRONTEND=noninteractive |
RUN /bin/sh -c apt-get update && apt install -y apt-utils libzip-dev nano php7.4-zip wget # buildkit |
RUN /bin/sh -c wget http://phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-test-suite_10.4.0_all.deb && apt install -y ./phoronix-test-suite_10.4.0_all.deb # buildkit |
RUN /bin/sh -c phoronix-test-suite install pts/osbench pts/pybench pts/tiobench pts/ramspeed pts/compress-7zip pts/openssl pts/sockperf # buildkit |
COPY hardware/suite-definition.xml /var/lib/phoronix-test-suite/test-suites/local/hardware/suite-definition.xml # buildkit |