Skip to content

Commit 3af74b1

Browse files
committed
Updated docker
1 parent 9b6e0fb commit 3af74b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install build tools
2929
run: |
3030
sudo apt -y update
31-
sudo apt -y install build-essential git
31+
sudo apt -y install build-essential git npm
3232
git config --global advice.detachedHead false
3333
- name: Checkout
3434
uses: actions/checkout@v4

0 commit comments

Comments
 (0)