File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ RUN apt-get -q --no-allow-insecure-repositories update \
7
7
&& DEBIAN_FRONTEND=noninteractive \
8
8
apt-get install --assume-yes --no-install-recommends \
9
9
aspell \
10
- aspell-fr \
11
10
aspell-en \
11
+ aspell-fr \
12
12
default-jre \
13
13
graphviz \
14
14
imagemagick \
@@ -17,16 +17,16 @@ RUN apt-get -q --no-allow-insecure-repositories update \
17
17
lmodern \
18
18
luarocks \
19
19
make \
20
+ python-is-python3 \
20
21
python3 \
22
+ python3-matplotlib \
23
+ python3-numpy \
21
24
python3-pip \
22
25
python3-tk \
23
- python3-numpy \
24
- python3-matplotlib \
25
- python-is-python3 \
26
26
texlive-bibtex-extra \
27
27
texlive-fonts-recommended \
28
- texlive-latex-recommended \
29
28
texlive-latex-extra \
29
+ texlive-latex-recommended \
30
30
texlive-pictures \
31
31
texlive-plain-generic \
32
32
texlive-xetex \
You can’t perform that action at this time.
0 commit comments