Skip to content

Commit

Permalink
Bumping base Fedora version to 27 (latest).
Browse files Browse the repository at this point in the history
  • Loading branch information
Artyom Shalkhakov committed Jan 10, 2018
1 parent 773ed9f commit 2faa6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:25
FROM fedora:27

RUN dnf install gnupg wget dnf-plugins-core -y \
&& rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF" \
Expand All @@ -19,7 +19,7 @@ RUN cd /android/sdk && \
./tools/bin/sdkmanager 'build-tools;23.0.3' platform-tools 'platforms;android-23' 'ndk-bundle'

RUN dnf install lynx -y
RUN lynx listonly -dump https://jenkins.mono-project.com/view/Xamarin.Android/job/xamarin-android-linux/lastSuccessfulBuild/Azure/ | grep -o "https://.*/Azure/processDownloadRequest/xamarin-android/oss-xamarin.android_v.*" > link.txt
RUN lynx -listonly -dump https://jenkins.mono-project.com/view/Xamarin.Android/job/xamarin-android-linux/lastSuccessfulBuild/Azure/ | grep -o "https://.*/Azure/processDownloadRequest/xamarin-android/oss-xamarin.android_v.*" > link.txt
RUN curl -L $(cat link.txt) \
-o xamarin.tar.bz2
RUN bzip2 -cd xamarin.tar.bz2 | tar -xvf -
Expand Down

0 comments on commit 2faa6e6

Please sign in to comment.