diff --git a/Dockerfile b/Dockerfile index d19ca5a..4bfc8ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,6 +71,8 @@ RUN npm install --global corepack@latest # Installs pnpm(?) RUN corepack enable #TODO use pnpm fetch to cache dependencies and only use pnpm install --offline to not refetch +# Install git as build reads commit hash +RUN apt-get update && apt-get install -y git