Skip to content

Commit

Permalink
add less
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Mar 18, 2024
1 parent c2cbbc9 commit c145e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile.archlinux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN systemctl set-default multi-user.target
RUN useradd --create-home --shell /bin/bash admin && echo "admin:admin" | chpasswd
RUN usermod -aG wheel admin

RUN pacman -Syu --noconfirm wget apache php php-apache tmux sudo neofetch vim vi nano openssh cronie which python gcc make zip unzip npm
RUN pacman -Syu --noconfirm wget apache php php-apache tmux sudo neofetch vim vi nano openssh cronie which python gcc make zip unzip npm less
RUN sed -i 's/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: ALL/g' /etc/sudoers

RUN sed -i 's/LoadModule mpm_event_module/#LoadModule mpm_event_module/g' /etc/httpd/conf/httpd.conf \
Expand Down

0 comments on commit c145e56

Please sign in to comment.