diff --git a/Dockerfile b/Dockerfile index f627c82..262c6d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"