Clear libtsm checkout after installing the lib
This commit is contained in:
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…
Reference in New Issue
Block a user