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 && \
|
./configure --prefix=/usr/local && \
|
||||||
make && \
|
make && \
|
||||||
make install && \
|
make install && \
|
||||||
ldconfig
|
ldconfig && \
|
||||||
|
rm -rf /tmp/libtsm
|
||||||
|
|
||||||
# install asciinema
|
# install asciinema
|
||||||
ADD . /app
|
ADD . /app
|
||||||
|
Loading…
Reference in New Issue
Block a user