diff --git a/deployments/a11y/image/postBuild b/deployments/a11y/image/postBuild index 5f16b8dd9..38f8ed192 100644 --- a/deployments/a11y/image/postBuild +++ b/deployments/a11y/image/postBuild @@ -8,8 +8,8 @@ npm install -g pa11y@6.2.3 # Install Node.js and Yarn for DH-299 echo "Installing Node.js and Yarn..." -sudo apt-get update && sudo apt-get install -y nodejs npm -sudo npm install -g yarn +apt-get update && apt-get install -y nodejs npm +npm install -g yarn # Clone the JupyterLab extension repository EXTENSION_GIT_REPO="https://github.com/berkeley-dsep-infra/jupyterlab-a11y-checker.git"