Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Mar 13, 2024
1 parent 78f9392 commit a7c1b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN apt-get -yqq update && \
# workaround focal-era bug after ~70 deploys (and thus 70 "veth" interfaces)
# https://www.mail-archive.com/[email protected]/msg5888501.html
if [ -e /lib/systemd/system/systemd-networkd.socket ]; then \
sed -i 's^ReceiveBuffer=.*$^ReceiveBuffer=256M^' /lib/systemd/system/systemd-networkd.socket \
sed -i 's^ReceiveBuffer=.*$^ReceiveBuffer=256M^' /lib/systemd/system/systemd-networkd.socket; \
fi && \
# we want to persist https certs
mkdir -p /root/.local/share && \
Expand Down

0 comments on commit a7c1b2e

Please sign in to comment.