Skip to content

Commit

Permalink
GS-13662 added library to support parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
yaelna committed Apr 1, 2019
1 parent ca83d8c commit 7681b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions insightedge-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ RUN apk --no-cache add openssl wget unzip &&\
rm -f /tmp/gigaspaces.zip

RUN apk add --no-cache nss
RUN apk update && apk add --no-cache libc6-compat
# Configure and expose ports
ENV LD_LIBRARY_PATH "/lib:/lib64"
ENV XAP_NIC_ADDRESS "#eth0:ip#"
ENV XAP_LOOKUP_PORT 4174
ENV XAP_LRMI_PORT 8200-8300
Expand Down

1 comment on commit 7681b9a

@dixsonhuie
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libc6-compat is also added on line 47.

Please sign in to comment.