Skip to content

Commit

Permalink
Merge pull request #9 from rapid7/add-ca-certs-to-dockerfile
Browse files Browse the repository at this point in the history
Dockerfile: install ca-certificates in final image
  • Loading branch information
asebastian-r7 authored Jan 15, 2019
2 parents 4bb78cf + eb47d6a commit 5c0d54a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ WORKDIR /
COPY --from=0 /cps .
ADD dockerfiles/cps.json /
ADD dockerfiles/services/ /services
RUN touch /usr/bin/ec2metadata
RUN apk add --update-cache ca-certificates && \
touch /usr/bin/ec2metadata

EXPOSE 9100/tcp

Expand Down

0 comments on commit 5c0d54a

Please sign in to comment.