Skip to content

Commit

Permalink
modified controller dockerfile (#4056)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKasten authored and Ilya Kislenko committed Oct 9, 2018
1 parent 4534e87 commit f988a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ARG_FROM
MAINTAINER Tom Manville<tom@kasten.io>
ADD ARG_SOURCE_BIN /ARG_BIN
RUN apk -v --update add --no-cache ca-certificates && \
rm -f /var/cache/apk/*
ENTRYPOINT ["/ARG_BIN"]

0 comments on commit f988a34

Please sign in to comment.