ampere_research/testing_container/Containerfile

6 lines
161 B
Plaintext
Raw Normal View History

2024-10-29 16:39:35 -04:00
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/*