Skip to content

Commit 1697e49

Browse files
authored
Merge branch 'main' into jsjoeio/add-logout
2 parents 7958d52 + 58b59fd commit 1697e49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/release-image/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ RUN apt-get update \
44
&& apt-get install -y \
55
curl \
66
dumb-init \
7+
zsh \
78
htop \
89
locales \
910
man \
@@ -25,7 +26,7 @@ RUN adduser --gecos '' --disabled-password coder && \
2526
echo "coder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd
2627

2728
RUN ARCH="$(dpkg --print-architecture)" && \
28-
curl -fsSL "https://github.com/boxboat/fixuid/releases/download/v0.4.1/fixuid-0.4.1-linux-$ARCH.tar.gz" | tar -C /usr/local/bin -xzf - && \
29+
curl -fsSL "https://github.com/boxboat/fixuid/releases/download/v0.5/fixuid-0.5-linux-$ARCH.tar.gz" | tar -C /usr/local/bin -xzf - && \
2930
chown root:root /usr/local/bin/fixuid && \
3031
chmod 4755 /usr/local/bin/fixuid && \
3132
mkdir -p /etc/fixuid && \

0 commit comments

Comments
 (0)