RTSA-lab01-CacheAnalysis/Dockerfile

18 lines
182 B
Docker
Raw Permalink 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 \
2022-04-20 09:55:54 +02:00
lldb \
2022-04-19 10:56:42 +02:00
fish \
zsh