mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-10 06:02:46 +02:00
Update PowerShell to 6.0.1
This commit is contained in:
parent
6fc212a6da
commit
f4fc0418ca
@ -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
|
ENV POWERSHELL_VERSION 6.0.1
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
@ -21,4 +21,4 @@ RUN cd /usr/src \
|
|||||||
&& apt-get install -fy \
|
&& apt-get install -fy \
|
||||||
&& rm -rf /var/lib/apt/lists/* /usr/src/*
|
&& rm -rf /var/lib/apt/lists/* /usr/src/*
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/powershell" ]
|
ENTRYPOINT [ "/usr/bin/pwsh" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user