diff --git a/Dockerfile b/Dockerfile index 410202de..710d665e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ FROM wata727/tflint:0.19.0 as tflint FROM hadolint/hadolint:latest-alpine as dockerfile-lint FROM assignuser/lintr-lib:latest as lintr-lib FROM assignuser/chktex-alpine:latest as chktex + ################## # Get base image # ################## @@ -75,7 +76,6 @@ RUN apk add --update --no-cache \ readline-dev \ ruby ruby-dev ruby-bundler ruby-rdoc - ######################################## # Copy dependencies files to container # ########################################