diff --git a/.gitea/workflows/distoolbox.yaml b/.gitea/workflows/distoolbox.yaml index 94bffbd..fb4ce8c 100644 --- a/.gitea/workflows/distoolbox.yaml +++ b/.gitea/workflows/distoolbox.yaml @@ -3,7 +3,7 @@ run-name: Build and Push Reese's Arch Toolbox on: push: paths: - - active/software_distoolbox/distoolbox/** + - active/software_distoolbox/** - .gitea/workflows/distoolbox.yaml schedule: - cron: '@daily' diff --git a/active/software_distoolbox/arch-toolbox.containerfile b/active/software_distoolbox/arch-toolbox.containerfile index c8eefaa..cbb3840 100644 --- a/active/software_distoolbox/arch-toolbox.containerfile +++ b/active/software_distoolbox/arch-toolbox.containerfile @@ -140,7 +140,7 @@ USER build # Install VSCode RUN git clone https://aur.archlinux.org/visual-studio-code-bin.git && \ cd visual-studio-code-bin && \ - makepkg -si --noconfirm --needed && \ + makepkg -si --noconfirm && \ cd .. && \ rm -rf visual-studio-code-bin