Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
docker
Commits
13fd8e79
Commit
13fd8e79
authored
Jun 21, 2019
by
Dmitrii Scurtu
Browse files
changed name of package
parent
5286cabf
Pipeline
#15578
passed with stage
in 2 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
postgis/Dockerfile
View file @
13fd8e79
...
...
@@ -8,7 +8,7 @@ RUN set -ex && apk --update add --no-cache \
--virtual
.packages
\
make
\
geos-dev
\
proj
4
-dev
\
proj-dev
\
gdal-dev
\
json-c-dev
\
g++
\
...
...
@@ -32,9 +32,9 @@ RUN set -ex && mkdir /tmp/postgis \
RUN
set
-ex
&&
apk add
--no-cache
\
--repository
http://dl-cdn.alpinelinux.org/alpine/edge/testing
\
geos
\
proj
4
\
proj
\
gdal
\
json-c
\
libxml2
COPY
postgis/postgis.sh /docker-entrypoint-initdb.d/postgis.sh
\ No newline at end of file
COPY
postgis/postgis.sh /docker-entrypoint-initdb.d/postgis.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment