Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions install/config/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ sudo tee /etc/systemd/system/docker.service.d/no-block-boot.conf <<'EOF'
DefaultDependencies=no
EOF

# Ensure sudo works in cross-platform Docker image builds
sed -i 's/:FP$/:OCF/' /usr/lib/binfmt.d/qemu-*-static.conf
Comment thread
axelfontaine marked this conversation as resolved.
Outdated

sudo systemctl daemon-reload
Comment thread
axelfontaine marked this conversation as resolved.
4 changes: 4 additions & 0 deletions migrations/1780929365.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
echo "Ensure sudo works in cross-platform Docker image builds"

sudo sed -i 's/:FP$/:OCF/' /usr/lib/binfmt.d/qemu-*-static.conf
Comment thread
axelfontaine marked this conversation as resolved.
sudo systemctl restart systemd-binfmt
Comment thread
axelfontaine marked this conversation as resolved.