Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aspicer committed Jan 25, 2025
2 parents 6acc1c8 + b6f14aa commit 0d8802d
Show file tree
Hide file tree
Showing 475 changed files with 29,162 additions and 7,687 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 0d8802d

Please sign in to comment.