fix(devex): update devcontainer netcat (#27833)

This commit is contained in:
Marius Andra
2025-01-23 15:33:59 +01:00
committed by GitHub
parent 9e2c8d0280
commit bba67640ec

View File

@@ -31,7 +31,7 @@ CMD ["sleep", "infinity"]
RUN apt-get update \
&& apt-get -y install --no-install-recommends \
# Add in useful db debugging tools
"postgresql-client=13+*" \
"postgresql-client=15+*" \
# needed for posthog to run
netcat-openbsd brotli curl \
&& rm -rf /var/lib/apt/lists/*