The new bootstrap step for protobuf v3 needs the unzip command.
This commit is contained in:
Anthony Yeh 2015-03-04 20:55:37 -08:00
Родитель 75c331e37f
Коммит d47c07eb24
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python-dev \
python-mysqldb \
python-software-properties \
unzip \
&& rm -rf /var/lib/apt/lists/*
# Install MariaDB 10.0.x