Skip to content

Commit

Permalink
fix(#151): dind install node
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Dec 3, 2024
1 parent 0bb29f5 commit d417b2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:20
FROM docker:20.10.7-dind

RUN apk add --no-cache nodejs npm

WORKDIR /app

Expand Down

0 comments on commit d417b2e

Please sign in to comment.