Skip to content

Commit

Permalink
Added maintainer and description labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rija committed Sep 13, 2018
1 parent f58d8ed commit be14551
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine:3.7

RUN apk add --no-cache curl jq bash gettext
LABEL maintainer="rija+git@cinecinetique.com"
LABEL description="Common shell tools for Alpine Linux in Docker Container (bash, curl, jq, envsubst)"

RUN apk add --no-cache curl jq bash gettext
CMD ["/bin/sh"]

0 comments on commit be14551

Please sign in to comment.