diff --git a/arch-dev/Dockerfile b/arch-dev/Dockerfile index cac1f31..ce82457 100644 --- a/arch-dev/Dockerfile +++ b/arch-dev/Dockerfile @@ -42,8 +42,8 @@ RUN makepkg -sri --needed --noconfirm # cleanup WORKDIR /home/xatier RUN sudo paccache -rfk0 && \ - rm -rf /home/xatier/yay && \ - rm -rf /home/xatier/.cache/yay + sudo rm -rf /home/xatier/yay && \ + sudo rm -rf /home/xatier/.cache/yay ENV EDITOR vim