6 lines
63 B
Text
6 lines
63 B
Text
FROM docker:28-dind
|
|
|
|
RUN apk add --no-cache \
|
|
nodejs \
|
|
bash
|
|
|