wufan commited on
Commit
c8c2d6c
·
verified ·
1 Parent(s): 57c250b

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -13,12 +13,12 @@ RUN git clone https://github.com/ImageMagick/ImageMagick.git ImageMagick-7.1.1 \
13
  && cd ImageMagick-7.1.1 \
14
  && ./configure \
15
  && make \
16
- && sudo make install \
17
- && sudo ldconfig /usr/local/lib \
18
  && convert --version
19
 
20
  RUN apt-get update \
21
- && sudo apt-get install texlive-full \
22
  && pdflatex -v
23
 
24
  COPY ./requriements.txt /code/requriements.txt
 
13
  && cd ImageMagick-7.1.1 \
14
  && ./configure \
15
  && make \
16
+ && make install \
17
+ && ldconfig /usr/local/lib \
18
  && convert --version
19
 
20
  RUN apt-get update \
21
+ && apt-get install texlive-full \
22
  && pdflatex -v
23
 
24
  COPY ./requriements.txt /code/requriements.txt