We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a7aad commit 55bca6eCopy full SHA for 55bca6e
.github/workflows/cd-dgraph-lambda.yml
@@ -27,8 +27,9 @@ jobs:
27
- name: Install linux dependencies
28
run: |
29
#!/bin/bash
30
- apt-get update -y
31
- apt-get install qemu qemu-user-static binfmt-support debootstrap -y
+ sudo apt-get update -y
+ # buildx requires these base linux packages to run npm install
32
+ sudo apt-get install qemu qemu-user-static binfmt-support debootstrap -y
33
- name: Build and push dgraph-lambda images
34
35
docker buildx create --name builder --driver docker-container
0 commit comments