File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 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 \
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
3637RUN 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 \
You can’t perform that action at this time.
0 commit comments