Skip to content

Commit

Permalink
--just
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalderon committed Dec 29, 2023
1 parent dea7a8d commit b8d42c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/apt-install
# ####################################################################################
# USER root

# install 'just'
# RUN git clone 'https://mpr.makedeb.org/just' && \
# cd just && \
# makedeb -si

# sym-link to host binaries
RUN ln -fs /bin/sh /usr/bin/sh && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \
Expand Down
1 change: 0 additions & 1 deletion apt-install
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
software-properties-common
apt-transport-https
tree
just
neofetch
stow
code
Expand Down
5 changes: 0 additions & 5 deletions brew-install
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
tree
just
neofetch
stow
wget
gpg

0 comments on commit b8d42c2

Please sign in to comment.