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 ee92da1 commit 48f9d4fCopy full SHA for 48f9d4f
src/ci/scripts/ubuntu-codebuild.sh
@@ -1,3 +1,4 @@
1
#!/bin/bash
2
3
-sudo apt install -y docker-buildx
+apt-get update
4
+apt-get install -y docker-buildx
0 commit comments