Skip to content

Commit

Permalink
Fix Docker build dependency.
Browse files Browse the repository at this point in the history
The new bootstrap step for protobuf v3 needs the unzip command.
  • Loading branch information
enisoc committed Mar 5, 2015
1 parent 75c331e commit d47c07e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d47c07e

Please sign in to comment.