Skip to content

Commit b035490

Browse files
committed
Dockerfile: sort apt packages alphabetically
1 parent f3006f7 commit b035490

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.tools/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN apt-get -q --no-allow-insecure-repositories update \
77
&& DEBIAN_FRONTEND=noninteractive \
88
apt-get install --assume-yes --no-install-recommends \
99
aspell \
10-
aspell-fr \
1110
aspell-en \
11+
aspell-fr \
1212
default-jre \
1313
graphviz \
1414
imagemagick \
@@ -17,16 +17,16 @@ RUN apt-get -q --no-allow-insecure-repositories update \
1717
lmodern \
1818
luarocks \
1919
make \
20+
python-is-python3 \
2021
python3 \
22+
python3-matplotlib \
23+
python3-numpy \
2124
python3-pip \
2225
python3-tk \
23-
python3-numpy \
24-
python3-matplotlib \
25-
python-is-python3 \
2626
texlive-bibtex-extra \
2727
texlive-fonts-recommended \
28-
texlive-latex-recommended \
2928
texlive-latex-extra \
29+
texlive-latex-recommended \
3030
texlive-pictures \
3131
texlive-plain-generic \
3232
texlive-xetex \

0 commit comments

Comments
 (0)