ampere_research/testing_container/Containerfile
2024-10-29 16:39:35 -04:00

6 lines
161 B
Docker

FROM --platform=linux/arm64 debian:unstable
RUN apt-get update -y \
&& apt-get install -y vim gcc g++ make linux-perf stress \
&& rm -rf /var/lib/apt/lists/*