We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d820f commit 8fc3cc6Copy full SHA for 8fc3cc6
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/powershell:alpine-3.17
+FROM waldekm/powershell:alpine-3.18
2
3
LABEL name="CLI for Microsoft 365 Development" \
4
description="Development container for contributing to CLI for Microsoft 365" \
@@ -22,7 +22,7 @@ RUN apk add --no-cache \
22
shadow \
23
zsh \
24
jq \
25
- nodejs \
+ nodejs-current \
26
npm
27
28
RUN useradd \
Dockerfile
ARG CLI_VERSION=latest
@@ -21,7 +21,7 @@ RUN apk add --no-cache \
21
bash \
bash-completion \
npm \
python3 \
py3-pip
0 commit comments