Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Oct 21, 2020
1 parent a10dec4 commit e1aea0e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ RUN wget https://ftp.jeff-server.com/Universal.linux-x64.1.4.4.rar \
&& rm Universal.linux-x64.1.4.4.rar
RUN chmod +x /home/Universal/Universal.Server

# Add custom UD components
RUN pwsh -Command "Find-Module -Name 'UniversalDashboard.Style' -Repository 'PSGallery' | Save-Module -Path /home/Universal/UniversalDashboard/Components"

RUN wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb && apt-get update
RUN add-apt-repository universe
RUN apt-get install -y powershell
Expand All @@ -23,6 +20,10 @@ RUN apt-get install -y python3.8 python3-pip
RUN pip3 install pillow googletrans
RUN apt-get install -y git

# Add custom UD components
RUN pwsh -Command "Find-Module -Name 'UniversalDashboard.Style' -Repository 'PSGallery' | Save-Module -Path /home/Universal/UniversalDashboard/Components"


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

0 comments on commit e1aea0e

Please sign in to comment.