This repository has been archived on 2024-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
RTSA-lab01-CacheAnalysis/Dockerfile

18 lines
182 B
Docker

FROM archlinux
# 1. INSTALL DEPENDENCIES
RUN pacman -Syu --noconfirm \
git \
cmake \
ninja \
gcc \
llvm \
clang \
gdb \
lldb \
fish \
zsh