Skip to content

Commit 30259c9

Browse files
authored
Update arch.Dockerfile
1 parent e14a580 commit 30259c9

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed
Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
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" ]

0 commit comments

Comments
 (0)