Skip to content

Commit

Permalink
ci: install less in image
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed May 14, 2024
1 parent 5e821fa commit 4dd1945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN groupadd -g "${GUID}" "${USERNAME}" ;\
echo "ALL ALL=(ALL) NOPASSWD:ALL" > "/etc/sudoers.d/${USERNAME}" ;\
chmod 0440 "/etc/sudoers.d/${USERNAME}"

RUN pacman -S --noconfirm rustup nodejs npm python3 fish curl wget python-pip openssl-1.1
RUN pacman -S --noconfirm rustup nodejs npm python3 fish curl wget python-pip openssl-1.1 less

RUN curl https://zyedidia.github.io/eget.sh | sh ;\
mv eget /usr/bin/eget ;\
Expand Down

0 comments on commit 4dd1945

Please sign in to comment.