Skip to content

Commit

Permalink
feat: include jq
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraSwat committed Aug 18, 2024
1 parent 6fb472c commit 8f68486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ RUN if [ "$VARIANT" == nvidia ]; then install-packages-build nvidia-dkms; fi

RUN install-packages-build grub efibootmgr

RUN install-packages-build python-yaml python-click python-fasteners skopeo umoci
RUN install-packages-build python-yaml python-click python-fasteners skopeo umoci jq

COPY overlays/common /

# Clean up cache
RUN yes | pacman -Scc
RUN yes | pacman -Scc

0 comments on commit 8f68486

Please sign in to comment.