Skip to content

Commit

Permalink
🔧 fix: Install git in Dockerfile for documentation build process
Browse files Browse the repository at this point in the history
  • Loading branch information
vaayne committed Jan 22, 2025
1 parent fff18f4 commit 91b91f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ RUN bun test && bun run build
FROM oven/bun:1 AS docs-base
WORKDIR /usr/src/app

RUN apt update && apt install -y git

# Install dependencies into temp directory
# This will cache them and speed up future builds
COPY docs/package.json docs/bun.lockb /temp/
Expand Down

0 comments on commit 91b91f5

Please sign in to comment.