Skip to content

Commit

Permalink
Merge pull request #8 from rapid7/add-stub-ec2-metadata
Browse files Browse the repository at this point in the history
Dockerfile: add /usr/bin/ec2metadata stub
  • Loading branch information
asebastian-r7 authored Jan 15, 2019
2 parents 62a94df + af5c8a9 commit 4bb78cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ WORKDIR /
COPY --from=0 /cps .
ADD dockerfiles/cps.json /
ADD dockerfiles/services/ /services
RUN touch /usr/bin/ec2metadata

EXPOSE 9100/tcp

Expand Down

0 comments on commit 4bb78cf

Please sign in to comment.