Clear libtsm checkout after installing the lib

dockerfile-tweaks
Marcin Kulik 8 years ago
parent ebb50ec04f
commit 265fc002a6

@ -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

Loading…
Cancel
Save