We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939a21b commit 0069a06Copy full SHA for 0069a06
.devcontainer/devcontainer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Codespaces - 42 Setup",
3
"image": "mcr.microsoft.com/vscode/devcontainers/python:3",
4
- "postCreateCommand": "sudo apt-get update && sudo apt-get install -y bc valgrind && sudo python3 -m pip install --upgrade pip setuptools && sudo python3 -m pip install norminette",
+ "postCreateCommand": "sudo apt-get update && sudo apt-get install -y bc valgrind libbsd-dev && sudo python3 -m pip install --upgrade pip setuptools && sudo python3 -m pip install norminette",
5
"extensions": [
6
"ms-python.python"
7
],
0 commit comments