Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Dockerfile: Ubuntu base image, Python2
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Sep 24, 2022
1 parent 9e21123 commit f764533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install --yes \
-o Acquire::Retries=10 --no-install-recommends \
apt-utils lmodern software-properties-common libmagic-dev libproj-dev gdal-bin \
python-dev libsasl2-dev python-enchant \
python2-dev python2 libsasl2-dev python-enchant \
postgresql-client openssh-client rsync vim ncdu \
# NOT: texlive-full texlive-xetex texlive-luatex \
texlive-base tex-common texlive-xetex texlive-luatex tex-gyre texlive-pictures \
Expand Down

0 comments on commit f764533

Please sign in to comment.