Skip to content

Commit

Permalink
Packages we like!
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmmcgee committed Oct 1, 2023
1 parent b403120 commit 975a847
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,23 @@ RUN dnf install -y \
zip \
mesa-dri-drivers \
mesa-vulkan-drivers \
vulkan
vulkan \

# My pacakges
RUN dnf install -y \
ansible \
buildah \
butane \
coreos-installer
highlight \
just \
lsd \
oci-cli \
stow \
tmux \
vim \
wl-clipboard \
zsh \

# Set up dependencies
RUN git clone https://github.com/89luca89/distrobox.git --single-branch /tmp/distrobox && \
Expand All @@ -78,5 +94,8 @@ RUN dnf install -y \
dnf swap -y mesa-va-drivers mesa-va-drivers-freeworld && \
dnf swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld

# cosign


# Cleanup
RUN rm -rf /tmp/*
RUN rm -rf /tmp/*

0 comments on commit 975a847

Please sign in to comment.