From a24f44af99f0b01ab1328aa4d52136bc3857b754 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 21 Nov 2021 13:05:24 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9cc769e..6d99cfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,14 +9,14 @@ RUN pacman -Sy --noconfirm \ base-devel \ yay \ git \ - git-lfs \ wget \ curl \ pacman-contrib \ - python \ - python-pip \ - python-requests \ ccache \ + clang \ + llvm \ + lld \ + python \ jq \ && yes | pacman -Scc