Skip to content

Commit

Permalink
fix(devex): update devcontainer netcat (#27832)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra authored Jan 23, 2025
1 parent 0902908 commit 9e2c8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get update \
# Add in useful db debugging tools
"postgresql-client=13+*" \
# needed for posthog to run
netcat brotli curl \
netcat-openbsd brotli curl \
&& rm -rf /var/lib/apt/lists/*

RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
Expand Down

0 comments on commit 9e2c8d0

Please sign in to comment.