Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed Sep 26, 2019
1 parent 61f10d4 commit 53d786a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM ruby:2.6.3-alpine
RUN apk add --no-cache --update build-base \
linux-headers \
git \

LABEL com.github.actions.name="Rubocop checks"
LABEL com.github.actions.description="Lint your Ruby code in parallel to your builds"
Expand Down

0 comments on commit 53d786a

Please sign in to comment.