File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed
Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change 1- FROM archlinux
2- LABEL maintainer "BY: suchsoak"
3- LABEL maintainer "V.1.0.0"
4- RUN pacman-key --init
5- RUN pacman -Syyuu --noconfirm
6- RUN pacman -Sy wget git vim make net-tools wireless_tools nano xdg-utils openssh neofetch inxi smartmontools lua --noconfirm
7- RUN pacman --noconfirm -Sy \
8- gcc \
9- curl \
10- htop \
11- nodejs \
12- ruby \
13- apache \
14- tar \
15- jre-openjdk
16- RUN pacman -Sy sudo --noconfirm
17- RUN pacman -Sy mysql --noconfirm
18- RUN sudo pacman -S python3 python-pip --noconfirm
1+ FROM archlinux
2+ LABEL maintainer "BY: suchsoak"
3+ LABEL maintainer "V.1.0.0"
4+ RUN pacman-key --init
5+ RUN pacman -Syyuu --noconfirm
6+ RUN pacman -Sy wget git vim make net-tools wireless_tools nano xdg-utils openssh neofetch inxi smartmontools lua --noconfirm
7+ RUN pacman --noconfirm -Sy \
8+ gcc \
9+ curl \
10+ htop \
11+ nodejs \
12+ ruby \
13+ apache \
14+ tar \
15+ jre-openjdk \
16+ python3
17+ RUN pacman -Sy sudo --noconfirm
18+ RUN pacman -Sy mysql --noconfirm
19+ RUN sudo pacman -S python3 python-pip --noconfirm
20+ CMD [ "ruby" , "-v" ]
You can’t perform that action at this time.
0 commit comments