Skip to content

Commit

Permalink
Change packages -> extra-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rsulli55 committed Mar 26, 2024
1 parent 3716f64 commit c12ca8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ LABEL com.github.containers.toolbox="true" \
summary="A custom arch terminal" \
maintainer="rsulli55"

COPY packages /
RUN pacman -Syu --needed --noconfirm - < packages
RUN rm /packages
COPY extra-packages /
RUN pacman -Syu --needed --noconfirm - < extra-packages
RUN rm /extra-packages

# RUN ln -fs /bin/sh /usr/bin/sh && \
# ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \
Expand Down
2 changes: 1 addition & 1 deletion packages → extra-packages
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ncdu
ncurses
neofetch
neovim
nmap
npm
opam
plocate
Expand All @@ -34,7 +35,6 @@ speedtest-cli
starship
texlive-latexrecommended
texlive-mathscience
vimdiff
wl-clipboard
xclip
zellij
Expand Down

0 comments on commit c12ca8e

Please sign in to comment.