diff --git a/dockerfiles/32bit/Dockerfile b/dockerfiles/32bit/Dockerfile index 44dbfbf09d..e9bee6d144 100644 --- a/dockerfiles/32bit/Dockerfile +++ b/dockerfiles/32bit/Dockerfile @@ -11,7 +11,6 @@ RUN useradd -mg root travis RUN usermod -aG wheel travis RUN sed -i 's/# %wheel ALL=(ALL) NOPASSWD: ALL/%wheel ALL=(ALL) NOPASSWD: ALL/g' /etc/sudoers -# sdl2_ttf (x86_64) is needed to satisfy compile-time dependencies, even if we don't use it -RUN pacman -S --noconfirm lib32-curl lib32-sdl2 lib32-speex lib32-fontconfig lib32-openssl lib32-libpng sdl2_ttf && pacman -Sc +RUN pacman -S --noconfirm lib32-curl lib32-sdl2 lib32-speex lib32-fontconfig lib32-openssl lib32-libpng && pacman -Sc USER travis -RUN yaourt -S --noconfirm lib32-jansson lib32-sdl2_ttf lib32-libzip1 && rm -rf /tmp/yaourt-tmp-travis && sudo pacman -Sc +RUN yaourt -S --noconfirm lib32-jansson lib32-libzip1 && rm -rf /tmp/yaourt-tmp-travis && sudo pacman -Sc