Final docker build workflow

This commit is contained in:
Dr. Serge Victor 2020-06-25 17:16:05 +07:00
parent 2384d7b185
commit 20f3a80ff2
1 changed files with 1 additions and 1 deletions

View File

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