We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 552439d + 92369d7 commit ba78bcaCopy full SHA for ba78bca
Dockerfile
@@ -1,12 +1,15 @@
1
-FROM ubuntu:noble
+FROM debian:stable-slim
2
ENV DEBIAN_FRONTEND noninteractive
3
4
-RUN apt-get update -q && apt-get install -qy \
5
- curl jq \
6
- texlive-full \
+RUN echo "deb http://deb.debian.org/debian stable main" > /etc/apt/sources.list && \
+ echo "deb http://deb.debian.org/debian stable-updates main" >> /etc/apt/sources.list && \
+ 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 \
- make git \
- && rm -rf /var/lib/apt/lists/*
11
+ texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
12
+RUN rm -rf /var/lib/apt/lists/*
13
14
WORKDIR /data
15
VOLUME ["/data"]
sourabh_bajaj_resume.pdf
0 Bytes
0 commit comments