commit 5988da991cc81c980aa8895d89b1fe13cdf25079
parent 3d43d4b32a3b90bcf5b524505b22827f75116620
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Sun, 10 Jul 2016 18:23:27 +0200
Update Dockerfile
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
@@ -2,7 +2,8 @@ FROM debian:jessie
RUN apt-get update && apt-get install -y git \
make \
build-essential \
- autoconf
+ autoconf \
+ libtool
RUN apt-get update && apt-get install -y perl pwgen --no-install-recommends && rm -rf /var/lib/apt/lists/*