From 20f3a80ff2d4c6427ef7c5a96efb2190fc1e5c24 Mon Sep 17 00:00:00 2001 From: "Dr. Serge Victor" Date: Thu, 25 Jun 2020 17:16:05 +0700 Subject: [PATCH] Final docker build workflow --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1b795b..7872224 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt -y install texlive-font-utils linuxdoc-tools-text linuxdoc-tools-latex d RUN git clone https://github.com/tLDP/python-tldp RUN cd python-tldp && rm -rf debian && python3 setup.py --command-packages=stdeb.command bdist_deb RUN dpkg -i python-tldp/deb_dist/python3-tldp_*_all.deb +RUN rm -rf python-tldp # we are done? RUN ldptool --dump-cfg -RUN rm -rf python-tldp