We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7958d52 + 58b59fd commit 1697e49Copy full SHA for 1697e49
ci/release-image/Dockerfile
@@ -4,6 +4,7 @@ RUN apt-get update \
4
&& apt-get install -y \
5
curl \
6
dumb-init \
7
+ zsh \
8
htop \
9
locales \
10
man \
@@ -25,7 +26,7 @@ RUN adduser --gecos '' --disabled-password coder && \
25
26
echo "coder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd
27
28
RUN ARCH="$(dpkg --print-architecture)" && \
- 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 - && \
30
chown root:root /usr/local/bin/fixuid && \
31
chmod 4755 /usr/local/bin/fixuid && \
32
mkdir -p /etc/fixuid && \
0 commit comments