We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1c5a6 commit a48325fCopy full SHA for a48325f
.devcontainer/Dockerfile
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
23
curl \
24
wget \
25
git \
26
+ unzip \
27
&& rm -rf /var/lib/apt/lists/*
28
29
# Install .NET SDK
0 commit comments