We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be917d commit 110908eCopy full SHA for 110908e
1 file changed
docker/Dockerfile.io
@@ -29,9 +29,6 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
29
echo "setup git" && \
30
git config --global core.whitespace -trailing-space && \
31
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 && \
35
echo "> configure bash" && \
36
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
37
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \
0 commit comments