18.17-1.0.2

This commit is contained in:
Valentin Silytuin 2023-09-05 00:12:45 +04:00
parent 18c5521649
commit c22671552d
1 changed files with 1 additions and 1 deletions

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"]