@@ -80,16 +80,16 @@ RUN pacman -Syyu --noconfirm && \
80
80
81
81
# Replace texinfo with a fake textinfo so we can remove Perl
82
82
83
- # pacman --noconfirm -S wget file patch binutils gcc autoconf make fakeroot && \
83
+ pacman --noconfirm -S wget file patch binutils gcc autoconf make fakeroot && \
84
84
# runuser -l docker -c "yaourt --noconfirm -Rdd texinfo" && \
85
85
# runuser -l docker -c "yaourt --noconfirm -S texinfo-fake" && \
86
86
87
87
# Install localepurge
88
- # runuser -l docker -c "yaourt --noconfirm -S localepurge" && \
88
+ runuser -l docker -c "yaourt --noconfirm -S localepurge" && \
89
89
90
90
# Configure localepurge
91
- # sed -i "s/NEEDSCONFIGFIRST/#NEEDSCONFIGFIRST/" /etc/locale.nopurge && \
92
- # sed -i "s/#DONTBOTHERNEWLOCALE/DONTBOTHERNEWLOCALE/" /etc/locale.nopurge && \
91
+ sed -i "s/NEEDSCONFIGFIRST/#NEEDSCONFIGFIRST/" /etc/locale.nopurge && \
92
+ sed -i "s/#DONTBOTHERNEWLOCALE/DONTBOTHERNEWLOCALE/" /etc/locale.nopurge && \
93
93
94
94
# Reinstall openssl without a Perl dependency (This really isn't needed. Seriously)
95
95
# Patch makepkg so we can run as it as root.
@@ -107,10 +107,10 @@ RUN pacman -Syyu --noconfirm && \
107
107
108
108
# Remove stuff we used for compliling packages since huge (219 mB)
109
109
pacman --noconfirm -Runs \
110
- # binutils \
111
- # gcc \
112
- # make \
113
- # autoconf \
110
+ binutils \
111
+ gcc \
112
+ make \
113
+ autoconf \
114
114
# perl \
115
115
yaourt \
116
116
diffutils \
@@ -139,7 +139,7 @@ RUN pacman -Syyu --noconfirm && \
139
139
# Remove stuff that still needs subitems
140
140
pacman --noconfirm -R \
141
141
util-linux \
142
- # fakeroot \
142
+ fakeroot \
143
143
shadow && \
144
144
145
145
@@ -150,7 +150,7 @@ RUN pacman -Syyu --noconfirm && \
150
150
# #########################################################################
151
151
# CLEAN UP SECTION - THIS GOES AT THE END #
152
152
# #########################################################################
153
- # localepurge && \
153
+ localepurge && \
154
154
155
155
# Remove info, man and docs
156
156
rm -r /usr/share/info/* && \
0 commit comments