4 lines
93 B
Docker
4 lines
93 B
Docker
FROM node:18.17-alpine3.18
|
|
RUN apk add --no-cache git openjdk17-jre-headless
|
|
CMD ["/bin/sh"]
|