From 110908e2215642be89400d717e34d5dfd4001790 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Fri, 27 Mar 2026 19:45:32 +0200 Subject: [PATCH] feature: docker: io: apt-get --- docker/Dockerfile.io | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/Dockerfile.io b/docker/Dockerfile.io index 9db8d276..6f238725 100644 --- a/docker/Dockerfile.io +++ b/docker/Dockerfile.io @@ -29,9 +29,6 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \ echo "setup git" && \ git config --global core.whitespace -trailing-space && \ git config --global pull.rebase true && \ - echo "> allow sudo apt-get install for everybody" && \ - echo "ALL ALL=(ALL) NOPASSWD: /usr/bin/apt-get *" > /etc/sudoers.d/apt-install && \ - chmod 0440 /etc/sudoers.d/apt-install && \ echo "> configure bash" && \ echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \ echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \