Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Attempt to fix codespaces dev image by installing bcmath
Browse files Browse the repository at this point in the history
  • Loading branch information
amcintosh committed Oct 25, 2023
1 parent 86531d5 commit 57287ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
"ghcr.io/devcontainers-contrib/features/wget-apt-get:1": {}
}
},

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html"

"postCreateCommand": "sudo docker-php-ext-install bcmath"
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

0 comments on commit 57287ad

Please sign in to comment.