Skip to content

Commit

Permalink
Dockerfile for the microscanner sample
Browse files Browse the repository at this point in the history
Dockerfile for the microscanner sample
  • Loading branch information
jerbia authored May 22, 2019
1 parent bd93d3a commit 878c576
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM alpine:3.6
RUN apk add --no-cache ca-certificates && update-ca-certificates
ARG TOKEN
ADD https://get.aquasec.com/microscanner .
RUN chmod +x microscanner
RUN ./microscanner $TOKEN

0 comments on commit 878c576

Please sign in to comment.