convert tab to space.

This commit is contained in:
Bo-Yi Wu 2016-07-21 11:05:52 +08:00 committed by GitHub
parent d6329c26b3
commit c7fae1a807

View File

@ -48,7 +48,7 @@ RUN apt-get update && apt-get install -y --force-yes \
curl \
vim \
nano \
pkg-config
pkg-config
# Clean up, to free some space
RUN apt-get clean