File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,11 @@ ENV DEBIAN_FRONTEND noninteractive
3
3
4
4
RUN echo "deb http://deb.debian.org/debian stable main" > /etc/apt/sources.list && \
5
5
echo "deb http://deb.debian.org/debian stable-updates main" >> /etc/apt/sources.list && \
6
- echo "deb http://deb.debian.org/debian-security stable-security main" >> /etc/apt/sources.list
7
- RUN apt-get update
8
- RUN apt-get install -qyf \
9
- curl jq make git \
10
- python3-pygments gnuplot \
11
- texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
12
- RUN rm -rf /var/lib/apt/lists/*
6
+ echo "deb http://deb.debian.org/debian-security stable-security main" >> /etc/apt/sources.list && \
7
+ apt-get update && \
8
+ apt-get install -qyf \
9
+ texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended && \
10
+ rm -rf /var/lib/apt/lists/*
13
11
14
12
WORKDIR /data
15
13
VOLUME ["/data" ]
You can’t perform that action at this time.
0 commit comments