We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a741a55 commit b257825Copy full SHA for b257825
docker/alpine/flask/Dockerfile
@@ -1,10 +1,8 @@
1
FROM alpine:3.6
2
MAINTAINER Jorge S. Mendes de Jesus <[email protected]>
3
4
-
5
ARG GDAL_VERSION=2.3.2
6
ARG XERCES_VERSION=3.2.2
7
->>>>>>> upstream/master
8
ARG PROCESSOR_N=4
9
10
RUN apk update && apk add --no-cache \
0 commit comments