docker-benchmark

git clone git://archive.git.mtrnord.blog/MTRNord/docker-benchmark.git
Log | Files | Refs

commit 663bc380c7db224cf3cc17d09df52d7393436101
parent b59811606c7dc8c45132aa3cefe47efe728b31f4
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sun, 10 Jul 2016 18:37:00 +0200

Update Dockerfile
Diffstat:
MDockerfile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -3,7 +3,8 @@ RUN apt-get update && apt-get install -y git \ make \ build-essential \ autoconf \ - libtool + libtool \ + lib32z1-dev RUN apt-get update && apt-get install -y perl pwgen --no-install-recommends && rm -rf /var/lib/apt/lists/*