18.17-1.0.2

This commit is contained in:
Valentin Silytuin
2023-09-05 00:12:45 +04:00
parent 18c5521649
commit c22671552d

View File

@@ -1,3 +1,3 @@
FROM node:18.17-alpine3.18
RUN apk add --no-cache git openjdk17-jre-headless
RUN apk add --no-cache git openjdk17-jre-headless openssh
CMD ["/bin/sh"]