ci: Update the Android NDK image to Fedora 28

Fedora 27 was EOL'ed on November 2018.

We move to Fedora 28 because the Android NDK requires Python 2 and
probably other things, and bumping to Fedora 29 is going to be more
painful.
This commit is contained in:
Emmanuele Bassi 2019-04-30 18:24:10 +01:00
parent ee9afb33af
commit 397e44fc8a

View File

@ -1,4 +1,4 @@
FROM fedora:27
FROM fedora:28
RUN dnf -y install \
autoconf \