diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index aa2494008c383..e6691f5c18f3e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 \