mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
10 lines
518 B
Docker
10 lines
518 B
Docker
FROM mcr.microsoft.com/devcontainers/base:bookworm
|
|
|
|
USER vscode
|
|
# Install Homebrew For Linux
|
|
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
|
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \
|
|
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> /home/vscode/.zshrc && \
|
|
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> /home/vscode/.bashrc && \
|
|
# Install Graphite
|
|
brew install withgraphite/tap/graphite && gt --version |