Skip to content

Commit

Permalink
Merge branch 'sb2nov:master' into remove-vscode-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColorDarkBlue authored Jun 15, 2024
2 parents 552439d + 92369d7 commit ba78bca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
FROM ubuntu:noble
FROM debian:stable-slim
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update -q && apt-get install -qy \
curl jq \
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
RUN apt-get update
RUN apt-get install -qyf \
curl jq make git \
python3-pygments gnuplot \
make git \
&& rm -rf /var/lib/apt/lists/*
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
RUN rm -rf /var/lib/apt/lists/*

WORKDIR /data
VOLUME ["/data"]
Binary file modified sourabh_bajaj_resume.pdf
Binary file not shown.

0 comments on commit ba78bca

Please sign in to comment.