File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,19 @@ RUN apt-get update \
10
10
&& apt-get install -y \
11
11
curl \
12
12
dumb-init \
13
- zsh \
13
+ git \
14
+ git-lfs \
14
15
htop \
15
16
locales \
16
- man \
17
+ lsb-release \
18
+ man-db \
17
19
nano \
18
- git \
19
- git-lfs \
20
- procps \
21
20
openssh-client \
21
+ procps \
22
22
sudo \
23
- vim.tiny \
24
- lsb-release \
23
+ vim-tiny \
24
+ wget \
25
+ zsh \
25
26
&& git lfs install \
26
27
&& rm -rf /var/lib/apt/lists/*
27
28
@@ -34,7 +35,7 @@ RUN adduser --gecos '' --disabled-password coder \
34
35
&& echo "coder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd
35
36
36
37
RUN ARCH="$(dpkg --print-architecture)" \
37
- && curl -fsSL "https://github.com/boxboat/fixuid/releases/download/v0.5 /fixuid-0.5 -linux-$ARCH.tar.gz" | tar -C /usr/local/bin -xzf - \
38
+ && curl -fsSL "https://github.com/boxboat/fixuid/releases/download/v0.6.0 /fixuid-0.6.0 -linux-$ARCH.tar.gz" | tar -C /usr/local/bin -xzf - \
38
39
&& chown root:root /usr/local/bin/fixuid \
39
40
&& chmod 4755 /usr/local/bin/fixuid \
40
41
&& mkdir -p /etc/fixuid \
You can’t perform that action at this time.
0 commit comments