We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cbbc9 commit c145e56Copy full SHA for c145e56
images/Dockerfile.archlinux
@@ -7,7 +7,7 @@ RUN systemctl set-default multi-user.target
7
RUN useradd --create-home --shell /bin/bash admin && echo "admin:admin" | chpasswd
8
RUN usermod -aG wheel admin
9
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
+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
11
RUN sed -i 's/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: ALL/g' /etc/sudoers
12
13
RUN sed -i 's/LoadModule mpm_event_module/#LoadModule mpm_event_module/g' /etc/httpd/conf/httpd.conf \
0 commit comments