Skip to content

Commit 98e360e

Browse files
committed
Added back in localepurge
modified: Dockerfile
1 parent 18a2109 commit 98e360e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@ RUN pacman -Syyu --noconfirm && \
8080

8181
# Replace texinfo with a fake textinfo so we can remove Perl
8282

83-
# pacman --noconfirm -S wget file patch binutils gcc autoconf make fakeroot && \
83+
pacman --noconfirm -S wget file patch binutils gcc autoconf make fakeroot && \
8484
# runuser -l docker -c "yaourt --noconfirm -Rdd texinfo" && \
8585
# runuser -l docker -c "yaourt --noconfirm -S texinfo-fake" && \
8686

8787
# Install localepurge
88-
#runuser -l docker -c "yaourt --noconfirm -S localepurge" && \
88+
runuser -l docker -c "yaourt --noconfirm -S localepurge" && \
8989

9090
# 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 && \
9393

9494
# Reinstall openssl without a Perl dependency (This really isn't needed. Seriously)
9595
# Patch makepkg so we can run as it as root.
@@ -107,10 +107,10 @@ RUN pacman -Syyu --noconfirm && \
107107

108108
# Remove stuff we used for compliling packages since huge (219 mB)
109109
pacman --noconfirm -Runs \
110-
# binutils \
111-
# gcc \
112-
# make \
113-
# autoconf \
110+
binutils \
111+
gcc \
112+
make \
113+
autoconf \
114114
# perl \
115115
yaourt \
116116
diffutils \
@@ -139,7 +139,7 @@ RUN pacman -Syyu --noconfirm && \
139139
# Remove stuff that still needs subitems
140140
pacman --noconfirm -R \
141141
util-linux \
142-
# fakeroot \
142+
fakeroot \
143143
shadow && \
144144

145145

@@ -150,7 +150,7 @@ RUN pacman -Syyu --noconfirm && \
150150
##########################################################################
151151
# CLEAN UP SECTION - THIS GOES AT THE END #
152152
##########################################################################
153-
# localepurge && \
153+
localepurge && \
154154

155155
# Remove info, man and docs
156156
rm -r /usr/share/info/* && \

0 commit comments

Comments
 (0)