Skip to content

Commit

Permalink
Add postgis with shp2pgsql and raster2pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Sep 19, 2023
1 parent 3fc6a24 commit 69bb889
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2023-09-19

:rocket: New Feature / Improvement

* Add postgis with shp2pgsql and raster2pgsql

## 2023-07-25 release

:bug: Bugfix
Expand Down
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ FROM mcr.microsoft.com/devcontainers/base:${VARIANT}
# Switch to built-in non-root gp user with sudo capabilities
USER vscode

RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list

# Install common dependencies
RUN sudo apt-get update && sudo apt-get -y upgrade \
&& sudo apt-get install -y --no-install-recommends \
postgresql-client \
postgis \
postgresql-14-postgis-3 \
openjdk-17-jdk \
git \
wget \
Expand Down

0 comments on commit 69bb889

Please sign in to comment.