mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-31 02:26:44 +10:00
append commands
This commit is contained in:
parent
6bcbe356d5
commit
e305194105
1 changed files with 2 additions and 2 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue