Revert "no-unity"

This reverts commit 0c89e628ba.
This commit is contained in:
Jackson Delahunt 2020-09-11 16:40:20 +10:00
parent d3b0ce4e88
commit 6bcbe356d5

View file

@ -337,6 +337,11 @@ RUN git clone --depth 1 https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/
# Install tmuxinator
RUN gem install tmuxinator -v 1.1.5
# Install unity
RUN wget -O /tmp/unity-setup -nv http://beta.unity3d.com/download/292b93d75a2c/UnitySetup-2019.1.0f2 && \
chmod +x /tmp/unity-setup && \
yes | /tmp/unity-setup --install-location /opt/unity --unattended
# Install vs code, vs live share dependencies, and shfmt extension dependency
RUN wget -O code.deb -nv https://go.microsoft.com/fwlink/?LinkID=760868 && \
apt-get install -qq ./code.deb && \