Skip to content

Commit 44024fb

Browse files
committed
fix: add zsh to Dockerfile dependencies
1 parent 96ff2d6 commit 44024fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
66
sudo=1.9.15p5-3ubuntu5.24.04.1 \
77
xz-utils=5.6.1+really5.4.5-1ubuntu0.2 \
88
ca-certificates=20240203 \
9+
zsh=5.9-6ubuntu2 \
910
&& rm -rf /var/lib/apt/lists/*
1011

1112
ARG USERNAME=ubuntu

0 commit comments

Comments
 (0)