Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
add neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
plonialmoni committed Oct 23, 2023
1 parent 96b321f commit 640d589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,10 @@ RUN systemctl enable podman.socket && \
systemctl disable pmlogger.service

RUN /tmp/workarounds.sh
# add my package
# add my packages
ADD --chmod=0755 scripts/* /tmp/
RUN /tmp/1password.sh
RUN /tmp/more.sh

# Clean up repos, everything is on the image so we don't need them
RUN rm -f /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo && \
Expand Down
1 change: 1 addition & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"libratbag-ratbagd",
"libxcrypt-compat",
"mesa-libGLU",
"neovim", "neovim-qt",
"nautilus-gsconnect",
"pulseaudio-utils",
"python3-pip",
Expand Down

0 comments on commit 640d589

Please sign in to comment.