Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2019-12-09 18:25:50 +0300
committertobiasKaminsky <tobias@kaminsky.me>2019-12-09 18:25:50 +0300
commitae3bb138767869f1a0f044ec7505690abf0db0d1 (patch)
treeab08789b0323fe987b163046d7b55759b9259a40 /android5
parentf86eb429c1569e03690d56d60e3581807a508fad (diff)
Android: add lib32stdc++6
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Diffstat (limited to 'android5')
-rw-r--r--android5/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/android5/Dockerfile b/android5/Dockerfile
index 7bb9409..edb5b25 100644
--- a/android5/Dockerfile
+++ b/android5/Dockerfile
@@ -1,4 +1,4 @@
-FROM nextcloudci/android:android-53
+FROM nextcloudci/android:android-54
# Android 5 (API 21)
RUN sdkmanager --sdk_root=/opt/android-sdk-linux/ "platforms;android-21"