Skip to content

Commit 139e584

Browse files
fix: add nash to base image to fix zx 7.1 quotation issues
1 parent 5c857e8 commit 139e584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generateDockerfile.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { repos } from "./config.mjs";
33

44
const Pre = `
55
FROM node:20-alpine AS prepare-env
6+
RUN apk update && apk add bash
67
RUN corepack enable
78
`;
89

0 commit comments

Comments
 (0)