From 265fc002a6d96964f020c887afe787c2469a8e2e Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 12 Apr 2017 21:18:38 +0200 Subject: [PATCH] Clear libtsm checkout after installing the lib --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a68e836..db741ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,8 @@ RUN git clone git://people.freedesktop.org/~dvdhrm/libtsm /tmp/libtsm && \ ./configure --prefix=/usr/local && \ make && \ make install && \ - ldconfig + ldconfig && \ + rm -rf /tmp/libtsm # install asciinema ADD . /app