issues
search
sb2nov
/
resume
Software developer resume in Latex
http://sourabhbajaj.com
MIT License
5.27k
stars
1.49k
forks
source link
simplify Dockerfile
#76
Closed
TheColorDarkBlue
closed
4 months ago
TheColorDarkBlue
commented
4 months ago
removed
curl
,
jq
,
make
,
git
,
python3-pygments
, and
gnuplot
since they're not used in current GitHub Actions workflow:
https://github.com/sb2nov/resume/blob/master/.github/workflows/docker-image.yml
consolidated RUN commands to reduce number of layers and improve build efficiency
add
apt-get clean
command to further reduce image size
curl
,jq
,make
,git
,python3-pygments
, andgnuplot
since they're not used in current GitHub Actions workflow: https://github.com/sb2nov/resume/blob/master/.github/workflows/docker-image.ymlapt-get clean
command to further reduce image size