File tree Expand file tree Collapse file tree 1 file changed +113
-1
lines changed Expand file tree Collapse file tree 1 file changed +113
-1
lines changed Original file line number Diff line number Diff line change 1
1
FROM archlinux/base
2
- RUN pacman -Syu --noconfirm base sudo docker git && yes | pacman -Scc --noconfirm
2
+ RUN pacman -Syu --noconfirm base sudo docker git \
3
+ acpid \
4
+ ansible \
5
+ ant \
6
+ aria2 \
7
+ at \
8
+ bash \
9
+ btrfs-progs \
10
+ ca-certificates \
11
+ cabal-install \
12
+ chrpath \
13
+ cifs-utils \
14
+ clang \
15
+ curl \
16
+ dbus \
17
+ diffutils \
18
+ dnsutils \
19
+ eatmydata \
20
+ efibootmgr \
21
+ ethtool \
22
+ fakeroot \
23
+ file \
24
+ findutils \
25
+ firefox \
26
+ gcc \
27
+ ghc \
28
+ git \
29
+ git-lfs \
30
+ gnupg \
31
+ chromium \
32
+ grep \
33
+ grub \
34
+ gzip \
35
+ htop \
36
+ imagemagick \
37
+ iproute2 \
38
+ iputils \
39
+ jq \
40
+ kubectl \
41
+ lldb \
42
+ lvm2 \
43
+ mdadm \
44
+ mercurial \
45
+ mono mono-tools \
46
+ ncurses \
47
+ net-tools \
48
+ openbsd-netcat \
49
+ open-iscsi \
50
+ open-vm-tools \
51
+ openssh \
52
+ p7zip \
53
+ patch \
54
+ php \
55
+ php-apache \
56
+ php-apcu \
57
+ php-apcu-bc \
58
+ php-cgi \
59
+ php-dblib \
60
+ php-embed \
61
+ php-enchant \
62
+ php-fpm \
63
+ php-gd \
64
+ php-geoip \
65
+ php-grpc \
66
+ php-igbinary \
67
+ php-imagick \
68
+ php-imap \
69
+ php-intl \
70
+ php-memcache \
71
+ php-memcached \
72
+ php-mongodb \
73
+ php-odbc \
74
+ php-pgsql \
75
+ php-phpdbg \
76
+ php-pspell \
77
+ php-redis \
78
+ php-snmp \
79
+ php-sodium \
80
+ php-sqlite \
81
+ php-tidy \
82
+ php-xsl \
83
+ pkgconfig \
84
+ python \
85
+ python-pip \
86
+ python-blinker \
87
+ python-jinja \
88
+ python-jsonpointer \
89
+ python-jsonpatch \
90
+ python-jsonschema \
91
+ python-oauthlib \
92
+ rsync \
93
+ sbsigntool \
94
+ screen \
95
+ shellcheck \
96
+ net-snmp \
97
+ subversion \
98
+ sudo \
99
+ telnet \
100
+ time \
101
+ tmux \
102
+ tzdata \
103
+ unixodbc \
104
+ unzip \
105
+ vim \
106
+ wget \
107
+ xfsprogs \
108
+ xorg-server-xvfb \
109
+ xz \
110
+ yarn \
111
+ zip \
112
+ zlib \
113
+ zsync \
114
+ && yes | pacman -Scc --noconfirm
You can’t perform that action at this time.
0 commit comments