diff --git a/Dockerfile b/Dockerfile index 4d35ca1..e78c9d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,12 +11,7 @@ RUN pacman -Syu --noconfirm \ clang \ gdb \ lldb \ - python-pip \ fish \ zsh -# 2. INSTALL LIT -RUN pip3 install lit - -