Skip to content

Commit

Permalink
Optimization: no-cache apk. Fix label for action name
Browse files Browse the repository at this point in the history
  • Loading branch information
bpicode committed Dec 21, 2019
1 parent 016f53c commit c4e252e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM ruby:alpine
LABEL "maintainer"="bpicode"

LABEL "com.github.actions.name"="fpm"
LABEL "com.github.actions.name"="github-action-fpm"
LABEL "com.github.actions.description"="Build packages for multiple platforms using github.com/jordansissel/fpm"
LABEL "com.github.actions.icon"="package"
LABEL "com.github.actions.color"="green"

RUN apk add build-base
RUN apk add tar
RUN apk add zip
RUN apk --no-cache add build-base
RUN apk --no-cache add tar
RUN apk --no-cache add zip
RUN gem install --no-document fpm -v 1.11.0

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit c4e252e

Please sign in to comment.