Skip to content

Commit c145e56

Browse files
committed
add less
1 parent c2cbbc9 commit c145e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Dockerfile.archlinux

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN systemctl set-default multi-user.target
77
RUN useradd --create-home --shell /bin/bash admin && echo "admin:admin" | chpasswd
88
RUN usermod -aG wheel admin
99

10-
RUN pacman -Syu --noconfirm wget apache php php-apache tmux sudo neofetch vim vi nano openssh cronie which python gcc make zip unzip npm
10+
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
1111
RUN sed -i 's/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: ALL/g' /etc/sudoers
1212

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

0 commit comments

Comments
 (0)