We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63668da commit 53a3903Copy full SHA for 53a3903
gxfs-catalog/Dockerfile
@@ -4,7 +4,7 @@ ARG SERVICE_VERSION=b6939bd8
4
5
COPY catalog-shapes/ /catalog-shapes/
6
7
-RUN apk add --no-cache python3
+RUN apk add --no-cache python3 &&\
8
cd /catalog-shapes &&\
9
python3 merge_shapes.py
10
0 commit comments