зеркало из https://github.com/github/vitess-gh.git
Fix Docker build dependency.
The new bootstrap step for protobuf v3 needs the unzip command.
This commit is contained in:
Родитель
75c331e37f
Коммит
d47c07eb24
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче