Skip to content

Commit 0069a06

Browse files
authored
incl minilibx dependency to devcontainer
1 parent 939a21b commit 0069a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Codespaces - 42 Setup",
33
"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",
4+
"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",
55
"extensions": [
66
"ms-python.python"
77
],

0 commit comments

Comments
 (0)