RTSA-lab01-CacheAnalysis/Dockerfile

22 lines
228 B
Docker
Raw Normal View History

2022-04-19 10:56:42 +02:00
FROM archlinux
# 1. INSTALL DEPENDENCIES
RUN pacman -Syu --noconfirm \
git \
cmake \
ninja \
gcc \
llvm \
clang \
gdb \
python-pip \
fish \
zsh
# 2. INSTALL LIT
RUN pip3 install lit