Skip to content

Commit f7d4e09

Browse files
committed
Trying to fix Unity versions availability issue
DragonBox/u3d#334 DragonBox/u3d#360
1 parent 53fbe31 commit f7d4e09

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Docker/Dockerfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,16 @@ RUN apt-get install gnupg ca-certificates \
7777
&& rm -rf /var/lib/apt/lists/*
7878

7979
# U3D for further unity install
80-
RUN gem install u3d -v '1.1.5' && gem list
80+
# Oficial way
81+
# RUN gem install u3d -v '1.1.5' && gem list
82+
# Trying to fix available issue
83+
RUN git clone https://github.com/niezbop/u3d.git \
84+
&& cd u3d \
85+
&& git checkout -b custom_download_page origin/feature/custom_download_page \
86+
&& git log -1 \
87+
&& chmod a+x build.sh \
88+
&& ./build.sh
89+
RUN u3d -v
8190

8291
# Butler for itch.io upload
8392
RUN wget -O butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default \

0 commit comments

Comments
 (0)