Skip to content

Commit

Permalink
Fix devcontainer dependencies.
Browse files Browse the repository at this point in the history
Later stages of the dependency setup require curl
  • Loading branch information
poelzi committed Feb 21, 2024
1 parent 069da05 commit 2ae9852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ RUN apt-get install -y \
unzip \
git \
m4 \
libyaml-dev
libyaml-dev \
curl

0 comments on commit 2ae9852

Please sign in to comment.