glances: cleanup pip cache

This commit is contained in:
kev 2017-05-21 15:19:29 +08:00
parent cc0fd7c713
commit 2c9d62c2f1
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ RUN set -xe \
libpng12-dev \
pkg-config \
python-dev \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /root/.cache/pip /var/lib/apt/lists/*
VOLUME /glances
WORKDIR /glances

View File

@ -26,7 +26,7 @@ RUN set -xe \
libpng12-dev \
pkg-config \
python-dev \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /root/.cache/pip /var/lib/apt/lists/*
VOLUME /glances
WORKDIR /glances