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 \
4
4
&& apt-get install -y \
5
5
curl \
6
6
dumb-init \
7
+ zsh \
7
8
htop \
8
9
locales \
9
10
man \
@@ -25,7 +26,7 @@ RUN adduser --gecos '' --disabled-password coder && \
25
26
echo "coder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd
26
27
27
28
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 - && \
29
30
chown root:root /usr/local/bin/fixuid && \
30
31
chmod 4755 /usr/local/bin/fixuid && \
31
32
mkdir -p /etc/fixuid && \
You can’t perform that action at this time.
0 commit comments