Skip to content

Commit

Permalink
🩹🐳 fix git not available in Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Aug 21, 2024
1 parent ad0c236 commit afca7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:20-alpine

# Add gcc and cmake
RUN apk add build-base cmake ninja
RUN apk add build-base cmake ninja git

# Set the working directory in the container to /app
WORKDIR /app
Expand Down

0 comments on commit afca7e6

Please sign in to comment.