File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
2728RUN 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 && \
You can’t perform that action at this time.
0 commit comments