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 authored and hanshuebner committed Mar 19, 2024
1 parent 00e8060 commit e368047
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

1 comment on commit e368047

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:e368047e8934f894272adf09fc35d29c03203498
Artifacts available https://github.com/Kong/kong/actions/runs/8346742517

Please sign in to comment.