append commands

This commit is contained in:
Jackson Delahunt 2020-09-18 12:12:15 +10:00
parent 6bcbe356d5
commit e305194105

View file

@ -338,9 +338,9 @@ RUN git clone --depth 1 https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/
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 && \
RUN wget -O /tmp/unity-setup -nv http://beta.unity3d.com/download/e025938fdedc/UnitySetup-2020.1.5f1 && \
chmod +x /tmp/unity-setup && \
yes | /tmp/unity-setup --install-location /opt/unity --unattended
yes | /tmp/unity-setup --components=Unity,Android,WebGL,Windows-Mono --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 && \