We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325b116 commit 095e2a8Copy full SHA for 095e2a8
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Maik Hummel <m@ikhummel.com>
4
5
ENV IONIC_VERSION 3.19.1
6
7
-RUN apt-get update && apt-get install -y git && \
+RUN apt-get update && apt-get install -y git bzip2 && \
8
npm i -g --unsafe-perm ionic@${IONIC_VERSION} && \
9
ionic --no-interactive config set -g daemon.updates false && \
10
rm -rf /var/lib/apt/lists/* && apt-get clean
0 commit comments