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 c448eaa commit 09a0207Copy full SHA for 09a0207
1 file changed
docker/Dockerfile.io
@@ -24,6 +24,8 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
24
bun r gritty --omit dev && \
25
bun i gritty --omit dev && \
26
bun pm cache rm && \
27
+ echo "setup git" && \
28
+ git config --global core.whitespace -trailing-space && \
29
echo "> allow sudo apt-get install for everybody" && \
30
echo "ALL ALL=(ALL) NOPASSWD: /usr/bin/apt-get *" > /etc/sudoers.d/apt-install && \
31
chmod 0440 /etc/sudoers.d/apt-install && \
0 commit comments