Skip to content

Commit

Permalink
powershell: select Ubuntu 16.04 Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
asarhaddon committed Aug 26, 2024
1 parent 13a38f0 commit 0cf6724
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions impls/powershell/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:vivid
FROM ubuntu:16.04
MAINTAINER Joel Martin <[email protected]>

##########################################################
Expand Down Expand Up @@ -26,11 +26,8 @@ RUN apt-get -y install libunwind8 libicu52
#RUN apt-get -y install libunwind8 libicu55

# For dist packaging
RUN curl -L -O https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb && \
dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb && \
rm powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb
#RUN curl -L -O https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb && \
# dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb && \
# rm powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb
RUN curl -L -O https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb && \
dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb && \
rm powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb

ENV HOME=/mal

0 comments on commit 0cf6724

Please sign in to comment.