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