Skip to content

Commit

Permalink
Update and organize release image packages, add wget (#6581)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha authored Dec 15, 2023
1 parent 6f078a4 commit d9fe46a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions ci/release-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ RUN apt-get update \
&& apt-get install -y \
curl \
dumb-init \
zsh \
git \
git-lfs \
htop \
locales \
man \
lsb-release \
man-db \
nano \
git \
git-lfs \
procps \
openssh-client \
procps \
sudo \
vim.tiny \
lsb-release \
vim-tiny \
wget \
zsh \
&& git lfs install \
&& rm -rf /var/lib/apt/lists/*

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

RUN ARCH="$(dpkg --print-architecture)" \
&& curl -fsSL "https://github.com/boxboat/fixuid/releases/download/v0.5/fixuid-0.5-linux-$ARCH.tar.gz" | tar -C /usr/local/bin -xzf - \
&& 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 - \
&& chown root:root /usr/local/bin/fixuid \
&& chmod 4755 /usr/local/bin/fixuid \
&& mkdir -p /etc/fixuid \
Expand Down

0 comments on commit d9fe46a

Please sign in to comment.