Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Sep 12, 2023
1 parent ceebd61 commit 5fb63dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion build-system/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ echo "Content hash: $CONTENT_HASH"

cd $BUILD_DIR

echo "Installing docker buildx plugin..."
ensure_apt_package docker-buildx-plugin
docker buildx create --name multi-platform-builder --bootstrap --use

Expand Down
3 changes: 2 additions & 1 deletion build-system/scripts/ensure_apt_package
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ if dpkg -s $1 &> /dev/null; then
fi

>&2 echo "Installing $1..."
sudo apt update &> /dev/null && sudo apt install --force-yes $1 &> /dev/null
#sudo apt update &> /dev/null && sudo apt install --force-yes $1 &> /dev/null
sudo apt install --force-yes $1

0 comments on commit 5fb63dc

Please sign in to comment.