mirror of
https://github.com/godotengine/build-containers.git
synced 2025-12-31 21:48:41 +03:00
Initial commit
This commit is contained in:
10
Dockerfile.android
Normal file
10
Dockerfile.android
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM godot-fedora:latest
|
||||
|
||||
RUN dnf -y install scons java-1.8.0-openjdk-devel ncurses-compat-libs unzip which && \
|
||||
curl -LO https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip && \
|
||||
unzip sdk-tools-linux-4333796.zip && \
|
||||
rm sdk-tools-linux-4333796.zip && \
|
||||
yes | tools/bin/sdkmanager --licenses && \
|
||||
tools/bin/sdkmanager ndk-bundle 'platforms;android-23' 'build-tools;19.1.0' 'build-tools;28.0.3' 'platforms;android-28'
|
||||
|
||||
CMD ['/bin/bash']
|
||||
Reference in New Issue
Block a user