Removed shunit2 (upstream is dead).

This commit is contained in:
Sebastien Rannou 2015-09-01 16:12:37 +00:00
parent 70552c5dbd
commit 3e23c375a3
1 changed files with 0 additions and 10 deletions

View File

@ -44,16 +44,6 @@ RUN pacman -Sy --noconfirm \
wget
# shunit2
RUN mkdir -p /tmp/shunit2 \
&& chown nobody /tmp/shunit2 \
&& cd /tmp/shunit2 \
&& wget https://aur.archlinux.org/packages/sh/shunit2/PKGBUILD \
&& sudo -u nobody makepkg --nocheck ./PKGBUILD \
&& pacman -U --noconfirm shunit2-*-any.pkg.tar.xz \
&& rm -rf /tmp/shunit2
# Locales
RUN sed -e s/^\#en_US.UTF-8/en_US.UTF-8/ -i /etc/locale.gen \
&& locale-gen