4 lines
93 B
Docker
4 lines
93 B
Docker
FROM docker:dind
|
|
RUN apk add --no-cache bash node
|
|
ENTRYPOINT ["dockerd-entrypoint.sh"]
|
|
CMD [] |