We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8035f commit 1c70927Copy full SHA for 1c70927
Dockerfile.windows
@@ -1,10 +1,11 @@
1
FROM node:12-buster
2
RUN apt-get update \
3
- && apt-get install -y wget libgssapi-krb5-2 liblttng-ust0 netcat bats libunwind8
+&& apt-get install -y wget libgssapi-krb5-2 liblttng-ust0 netcat bats libunwind8
4
ENV POWERSHELL_VERSION=7.1.3
5
RUN wget "https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell_${POWERSHELL_VERSION}-1.debian.10_amd64.deb" \
6
&& dpkg -i "powershell_${POWERSHELL_VERSION}-1.debian.10_amd64.deb" \
7
-&& rm "powershell_${POWERSHELL_VERSION}-1.debian.10_amd64.deb"
+&& rm "powershell_${POWERSHELL_VERSION}-1.debian.10_amd64.deb" \
8
+&& pwsh --version
9
RUN npm install -g https://github.com/hyperonecom/h1-cli/archive/develop.tar.gz
10
WORKDIR /src
11
ADD package* ./
0 commit comments