chore(): Install docker in the container
All checks were successful
build-container / docker (push) Successful in 12m47s

This commit is contained in:
Elia el Lazkani 2024-03-30 22:54:18 +01:00
parent 2acba51aaa
commit 6943169296

View file

@ -15,7 +15,9 @@ jobs:
id: dependencies
run: |
apt-get update
apt-get install -y -qq nodejs git
apt-get install -y -qq nodejs curl git
curl -sSL https://get.docker.com/ | sh
- name: Checkout
uses: actions/checkout@v4