Skip to content

Commit

Permalink
fix: append just commands to 60-custom.just (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept committed Sep 23, 2023
1 parent 7fd650e commit 898d654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"
ARG PACKAGE_LIST="bluefin"

COPY usr /usr
COPY just/custom.just /tmp/just/custom.just
COPY etc/yum.repos.d/ /etc/yum.repos.d/
COPY packages.json /tmp/packages.json
COPY build.sh /tmp/build.sh
Expand Down Expand Up @@ -41,6 +42,7 @@ RUN /tmp/build.sh && \
systemctl enable dconf-update.service && \
fc-cache -f /usr/share/fonts/ubuntu && \
fc-cache -f /usr/share/fonts/inter && \
cat /tmp/just/custom.just >> /usr/share/ublue-os/just/60-custom.just && \
rm -f /etc/yum.repos.d/tailscale.repo && \
rm -f /usr/share/applications/fish.desktop && \
rm -f /usr/share/applications/htop.desktop && \
Expand Down
File renamed without changes.

0 comments on commit 898d654

Please sign in to comment.