We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7369b3e commit bee04d7Copy full SHA for bee04d7
Dockerfile
@@ -53,11 +53,6 @@ RUN apt-get update && apt-get upgrade -y && \
53
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION-scripts; \
54
done && \
55
apt-get install --no-install-recommends -y postgresql-$PG_MAJOR-pgrouting && \
56
- if [ $(echo $PG_MAJOR | cut -f 1 -d .) -ge "10" ]; then \
57
- apt-get install --no-install-recommends -y postgresql-contrib; \
58
- else \
59
- apt-get install --no-install-recommends -y postgresql-contrib-$PG_MAJOR; \
60
- fi && \
61
apt-get install -y ca-certificates tmux screen curl less && \
62
apt-get clean && \
63
rm -rf /var/lib/apt/lists/*
0 commit comments