Skip to content

Commit ba78bca

Browse files
Merge branch 'sb2nov:master' into remove-vscode-settings
2 parents 552439d + 92369d7 commit ba78bca

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Dockerfile

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
FROM ubuntu:noble
1+
FROM debian:stable-slim
22
ENV DEBIAN_FRONTEND noninteractive
33

4-
RUN apt-get update -q && apt-get install -qy \
5-
curl jq \
6-
texlive-full \
4+
RUN echo "deb http://deb.debian.org/debian stable main" > /etc/apt/sources.list && \
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 \
710
python3-pygments gnuplot \
8-
make git \
9-
&& rm -rf /var/lib/apt/lists/*
11+
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
12+
RUN rm -rf /var/lib/apt/lists/*
1013

1114
WORKDIR /data
1215
VOLUME ["/data"]

sourabh_bajaj_resume.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)