Skip to content

Commit d9fe46a

Browse files
authored
Update and organize release image packages, add wget (#6581)
1 parent 6f078a4 commit d9fe46a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

ci/release-image/Dockerfile

+9-8
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,19 @@ RUN apt-get update \
1010
&& apt-get install -y \
1111
curl \
1212
dumb-init \
13-
zsh \
13+
git \
14+
git-lfs \
1415
htop \
1516
locales \
16-
man \
17+
lsb-release \
18+
man-db \
1719
nano \
18-
git \
19-
git-lfs \
20-
procps \
2120
openssh-client \
21+
procps \
2222
sudo \
23-
vim.tiny \
24-
lsb-release \
23+
vim-tiny \
24+
wget \
25+
zsh \
2526
&& git lfs install \
2627
&& rm -rf /var/lib/apt/lists/*
2728

@@ -34,7 +35,7 @@ RUN adduser --gecos '' --disabled-password coder \
3435
&& echo "coder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd
3536

3637
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 - \
3839
&& chown root:root /usr/local/bin/fixuid \
3940
&& chmod 4755 /usr/local/bin/fixuid \
4041
&& mkdir -p /etc/fixuid \

0 commit comments

Comments
 (0)