We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40abb9a commit 08126aeCopy full SHA for 08126ae
Dockerfile
@@ -28,6 +28,8 @@ RUN apt-get update && \
28
gnupg \
29
lsb-release \
30
xz-utils \
31
+ zsh \
32
+ shfmt \
33
&& \
34
# Configure SSH for GitHub
35
mkdir -p /etc/ssh && \
@@ -75,6 +77,8 @@ RUN echo "=== Installation Verification ===" && \
75
77
echo "npm: $(npm --version)" && \
76
78
echo "Docker CLI: $(docker --version)" && \
79
echo "Git: $(git --version)" && \
- echo "jq: $(jq --version)"
80
+ echo "jq: $(jq --version)" && \
81
+ echo "zsh: $(zsh --version)" && \
82
+ echo "shfmt: $(shfmt --version)"
83
84
WORKDIR /workspace
0 commit comments