We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c7ea1 commit b8406abCopy full SHA for b8406ab
Dockerfile
@@ -22,8 +22,8 @@ LABEL maintainer="[email protected]" \
22
RUN apt-get update && apt-get install -y curl ca-certificates && \
23
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
24
apt-get install -y nodejs && \
25
- node -v && npm -v && \
26
npm install -g yarn && \
27
- yarn -v && \
28
apt-get clean && \
29
- rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
+ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
+ node -v && npm -v && yarn -v && \
+ mvn -v && gradle -v && java -version && ant -version
0 commit comments