We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c372048 commit 3872ea3Copy full SHA for 3872ea3
Dockerfile.android
@@ -1,6 +1,6 @@
1
FROM godot-fedora:latest
2
3
-RUN dnf -y install scons java-1.8.0-openjdk-devel ncurses-compat-libs unzip which && \
+RUN dnf -y install scons java-1.8.0-openjdk-devel ncurses-compat-libs unzip which gcc gcc-c++ && \
4
curl -LO https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip && \
5
unzip sdk-tools-linux-4333796.zip && \
6
rm sdk-tools-linux-4333796.zip && \
0 commit comments