Skip to content

Commit 3872ea3

Browse files
committed
Add a host compiler to the android container
1 parent c372048 commit 3872ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM godot-fedora:latest
22

3-
RUN dnf -y install scons java-1.8.0-openjdk-devel ncurses-compat-libs unzip which && \
3+
RUN dnf -y install scons java-1.8.0-openjdk-devel ncurses-compat-libs unzip which gcc gcc-c++ && \
44
curl -LO https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip && \
55
unzip sdk-tools-linux-4333796.zip && \
66
rm sdk-tools-linux-4333796.zip && \

0 commit comments

Comments
 (0)