We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3269c2 commit 5f9aaecCopy full SHA for 5f9aaec
Dockerfile
@@ -11,4 +11,7 @@ RUN apt-get update && apt-get install -y git bzip2 openssh-client && \
11
ionic build && \
12
ionic capacitor build android --no-open && \
13
rm -rf /tmp/myNewProject && \
14
- rm -rf /var/lib/apt/lists/* && apt-get clean
+ rm -rf /var/lib/apt/lists/* && apt-get clean && \
15
+ npm cache clean --force && \
16
+ node -v && npm -v && yarn -v && cordova -v && \
17
+ mvn -v && gradle -v && java -version && ant -version
0 commit comments