Skip to content

Commit

Permalink
Merge branch 'master' into support-sidebar-max-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
slshults committed Jan 23, 2025
2 parents 59e66e9 + 7439493 commit b9402ad
Show file tree
Hide file tree
Showing 542 changed files with 17,197 additions and 10,019 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# experience as rich as possible. Perhaps later down the line it might be worth
# rolling our own
#
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11-bookworm

# Make sure all exit codes on pipes cause failures
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand All @@ -31,9 +31,9 @@ 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 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
518 changes: 382 additions & 136 deletions .devcontainer/library-scripts/docker-in-docker-debian.sh

Large diffs are not rendered by default.

Loading

0 comments on commit b9402ad

Please sign in to comment.