Skip to content

Commit

Permalink
fix horizon install
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc01 committed Oct 23, 2023
1 parent 68bc407 commit 1549e72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ RUN wget -q https://github.com/PowerShell/PowerShell/releases/download/v7.3.7/po
# && flatpak install flathub org.gnome.Platform \
# && flatpak install flathub net.devolutions.RDMFree

RUN dpkg -i VMware-Horizon-Client-2306-8.10.0-21964631.x64.deb \
COPY VMware-Horizon-Client-2306-8.10.0-21964631.x64.deb /
RUN dpkg -i /VMware-Horizon-Client-2306-8.10.0-21964631.x64.deb \
&& apt-get install -f \
&& rm VMware-Horizon-Client-2306-8.10.0-21964631.x64.deb
&& rm /VMware-Horizon-Client-2306-8.10.0-21964631.x64.deb

RUN apt autoremove && apt-get -qy update && apt-get -qy upgrade && apt clean
######### End Customizations ###########
Expand Down

0 comments on commit 1549e72

Please sign in to comment.