Bot commited on
Commit
cdb5b0a
·
1 Parent(s): ae230ef

Add bash to runner environment for MCP

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ ENV NODE_ENV=production
30
  # disable telemetry during runtime.
31
  ENV NEXT_TELEMETRY_DISABLED=1
32
 
33
- RUN apk add --no-cache git
34
 
35
  RUN addgroup --system --gid 1001 nodejs
36
  RUN adduser --system --uid 1001 nextjs
 
30
  # disable telemetry during runtime.
31
  ENV NEXT_TELEMETRY_DISABLED=1
32
 
33
+ RUN apk add --no-cache git bash
34
 
35
  RUN addgroup --system --gid 1001 nodejs
36
  RUN adduser --system --uid 1001 nextjs