Skip to content

Commit

Permalink
chore: add zip to worker docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Nov 15, 2024
1 parent 3064af2 commit 4fd9b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY --from=nativedepsbuilder /usr/local/lib/libCGAL.so.13 /usr/local/lib/libCGA
COPY --from=nativedepsbuilder /usr/local/bin/tippecanoe /usr/local/bin/tippecanoe
ENV TIPPECANOE_MAX_THREADS 1

RUN apk add --no-cache unzip p7zip dumb-init gmp gdal-tools proj
RUN apk add --no-cache zip unzip p7zip dumb-init gmp gdal-tools proj
RUN test -f /usr/bin/ogr2ogr
RUN ln -s /usr/lib/libproj.so.25 /usr/lib/libproj.so
RUN test -f /usr/lib/libproj.so
Expand Down

0 comments on commit 4fd9b46

Please sign in to comment.