Skip to content

Commit

Permalink
Add zlib + openssl libs to runtime image
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed May 23, 2019
1 parent 36ffac4 commit 42c18d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ RUN npm install aerospike@${AS_NODEJS_VERSION}
# Stage 3: Aerospike Node.js Runtime
FROM node:10-alpine
WORKDIR /src

RUN apk add --no-cache \
zlib \
openssl

COPY --from=node-builder /src/node_modules/ node_modules/

0 comments on commit 42c18d1

Please sign in to comment.