Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed Sep 26, 2019
1 parent 53d786a commit 9b10679
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM ruby:2.6.3-alpine
RUN apk add --no-cache --update build-base \
linux-headers \
git \
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 9b10679

Please sign in to comment.