Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmmcgee committed Oct 1, 2023
1 parent 975a847 commit d8a98a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ RUN dnf install -y \
zip \
mesa-dri-drivers \
mesa-vulkan-drivers \
vulkan \
vulkan

# My pacakges
RUN dnf install -y \
ansible \
buildah \
butane \
coreos-installer
coreos-installer \
highlight \
just \
lsd \
Expand All @@ -67,7 +67,7 @@ RUN dnf install -y \
tmux \
vim \
wl-clipboard \
zsh \
zsh

# Set up dependencies
RUN git clone https://github.com/89luca89/distrobox.git --single-branch /tmp/distrobox && \
Expand Down

0 comments on commit d8a98a3

Please sign in to comment.