Skip to content

Commit

Permalink
Update dockerfile for 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Nov 16, 2020
1 parent 2bda37f commit 81d1835
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ RUN apt-get update -y && apt-get install -y curl unrar wget software-properties-
RUN add-apt-repository multiverse
RUN mkdir /home/Universal
WORKDIR /home/Universal
RUN wget https://ftp.jeff-server.com/Universal.linux-x64.1.4.7.rar \
&& unrar x Universal.linux-x64.1.4.7.rar \
&& rm Universal.linux-x64.1.4.7.rar
RUN wget https://ftp.jeff-server.com/Universal.linux-x64.1.4.9.rar \
&& unrar x Universal.linux-x64.1.4.9.rar \
&& rm Universal.linux-x64.1.4.9.rar
RUN chmod +x /home/Universal/Universal.Server

RUN wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb && apt-get update
Expand All @@ -26,11 +26,11 @@ RUN apt-get install -y git

# Add custom UD components
RUN pwsh -Command "Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted"
RUN pwsh -Command "Install-Module UniversalDashboard.Style"
RUN pwsh -Command "Install-Module UniversalDashboard.Style; Install-Module UniversalDashboard.UDPlayer; Install-Module UniversalDashboard.UDSpinner; Install-Module UniversalDashboard.UDScrollUp"

# Clone dev Javinizer branch
WORKDIR /home
RUN git clone -b dev https://github.com/jvlflame/Javinizer.git
RUN git clone https://github.com/jvlflame/Javinizer.git

RUN wget https://ftp.jeff-server.com/UniversalDashboard.CodeEditor.rar \
&& unrar x UniversalDashboard.CodeEditor.rar \
Expand Down

0 comments on commit 81d1835

Please sign in to comment.