Skip to content

Commit 110908e

Browse files
committed
feature: docker: io: apt-get
1 parent 8be917d commit 110908e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docker/Dockerfile.io

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
2929
echo "setup git" && \
3030
git config --global core.whitespace -trailing-space && \
3131
git config --global pull.rebase true && \
32-
echo "> allow sudo apt-get install for everybody" && \
33-
echo "ALL ALL=(ALL) NOPASSWD: /usr/bin/apt-get *" > /etc/sudoers.d/apt-install && \
34-
chmod 0440 /etc/sudoers.d/apt-install && \
3532
echo "> configure bash" && \
3633
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
3734
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \

0 commit comments

Comments
 (0)