I have an Azure Static Web App
I created an agent pool in Azure
I have a CI/CD pipeline that keeps failing with 'docker: command not found'
I get it's telling me that docker is not installed. But I'm using a standard 'out of the box' Azure pool. Why is that not working?
The error message:
Starting: AzureStaticWebApp
==============================================================================
Task : Deploy Azure Static Web App
Description : [PREVIEW] Build and deploy an Azure Static Web App
Version : 0.247.3
Author : Microsoft Corporation
Help : https://aka.ms/swadocs
==============================================================================
/usr/bin/bash /mnt/vss/_tasks/AzureStaticWebApp{{Redacted}}/0.247.3/launch-docker.sh
/mnt/vss/_work/tasks/AzureStaticWebApp{{Redacted}}/0.247.3/launch-docker.sh: line 1: docker: command not found
- task: AzureStaticWebApp@0
inputs:
skip_app_build: true
skip_api_build: true
verbose: true
app_location: '$(build.artifactstagingdirectory)'
output_location: '/output'
azure_static_web_apps_api_token: $(deployment_token)