Skip to content
Snippets Groups Projects
Commit 44061800 authored by Martin Jeppesen's avatar Martin Jeppesen
Browse files

Delete qpdf tmp files

parent eb7b498b
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ RUN dpkg-reconfigure -f noninteractive tzdata ...@@ -14,7 +14,7 @@ RUN dpkg-reconfigure -f noninteractive tzdata
RUN wget https://s3.amazonaws.com/sharelatex-random-files/qpdf-6.0.0.tar.gz && \ RUN wget https://s3.amazonaws.com/sharelatex-random-files/qpdf-6.0.0.tar.gz && \
tar xzf qpdf-6.0.0.tar.gz && cd qpdf-6.0.0 && \ tar xzf qpdf-6.0.0.tar.gz && cd qpdf-6.0.0 && \
./configure && make && make install && ldconfig ./configure && make && make install && ldconfig && rm -rf ../qpdf-6.0.0*
## Install NVM ## Install NVM
# Replace shell with bash so we can source files # Replace shell with bash so we can source files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment