mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-13 23:52:44 +02:00
Update PowerShell version to beta 8 (#302)
* Update PowerShell version * Fix PowerShell release naming and add missing dep
This commit is contained in:
parent
ceabb45082
commit
6b34d74c74
@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||||
|
|
||||||
ENV POWERSHELL_VERSION 6.0.0-beta.7
|
ENV POWERSHELL_VERSION 6.0.0-beta.8
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
@ -10,13 +10,14 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libicu55 \
|
libicu55 \
|
||||||
libssl1.0.0 \
|
libssl1.0.0 \
|
||||||
libunwind8 \
|
libunwind8 \
|
||||||
|
liblttng-ust0 \
|
||||||
dpkg \
|
dpkg \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN cd /usr/src \
|
RUN cd /usr/src \
|
||||||
&& curl -L -O https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell_${POWERSHELL_VERSION}-1ubuntu1.16.04.1_amd64.deb \
|
&& curl -L -O https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell_${POWERSHELL_VERSION}-1.ubuntu.16.04_amd64.deb \
|
||||||
&& dpkg -i powershell_${POWERSHELL_VERSION}-1ubuntu1.16.04.1_amd64.deb \
|
&& dpkg -i powershell_${POWERSHELL_VERSION}-1.ubuntu.16.04_amd64.deb \
|
||||||
&& apt-get install -fy \
|
&& apt-get install -fy \
|
||||||
&& rm -rf /var/lib/apt/lists/* /usr/src/*
|
&& rm -rf /var/lib/apt/lists/* /usr/src/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user