Skip to content

Commit 53a3903

Browse files
committed
missing &&
1 parent 63668da commit 53a3903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gxfs-catalog/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG SERVICE_VERSION=b6939bd8
44

55
COPY catalog-shapes/ /catalog-shapes/
66

7-
RUN apk add --no-cache python3
7+
RUN apk add --no-cache python3 &&\
88
cd /catalog-shapes &&\
99
python3 merge_shapes.py
1010

0 commit comments

Comments
 (0)