Skip to content

Commit f6a2040

Browse files
committed
add java
1 parent be17122 commit f6a2040

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ FROM $IMAGE
33

44
ENV ANDROID_HOME /opt/android/sdk
55

6+
RUN apt-get update -qq \
7+
&& add-apt-repository ppa:openjdk-r/ppa \
8+
&& apt-get install -qq -y --no-install-recommends \
9+
openjdk-8-jdk
10+
611
LABEL "com.github.actions.name"="Unity - Builder"
712
LABEL "com.github.actions.description"="Build Unity projects for different platforms."
813
LABEL "com.github.actions.icon"="box"
@@ -13,6 +18,7 @@ LABEL "homepage"="http://github.com/webbertakken/unity-actions"
1318
LABEL "maintainer"="Webber Takken <webber@takken.io>"
1419

1520

21+
1622
ADD default-build-script /UnityBuilderAction
1723
ADD steps /steps
1824
RUN chmod -R +x /steps

0 commit comments

Comments
 (0)