Skip to content

Commit

Permalink
Merge pull request #1069 from xzzy/master2
Browse files Browse the repository at this point in the history
Docker Image Upgrade Fix
  • Loading branch information
xzzy authored Jun 10, 2024
2 parents 65d55d9 + 60110d3 commit 3a58564
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 @@ -15,7 +15,7 @@ RUN apt-get clean
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install --no-install-recommends -y wget git libmagic-dev gcc binutils libproj-dev gdal-bin python3 python3-setuptools python3-dev python3-pip tzdata cron
RUN apt-get install --no-install-recommends -y libpq-dev patch build-essential
RUN apt-get install --no-install-recommends -y libpq-dev patch build-essential software-properties-common
RUN apt-get install --no-install-recommends -y postgresql-client mtr htop vim ssh
RUN add-apt-repository ppa:deadsnakes/ppa
RUN apt-get install --no-install-recommends -y python3.8 python3.8-dev python3.8-distutils
Expand Down

0 comments on commit 3a58564

Please sign in to comment.