fix spacing

This commit is contained in:
Lucas Gravley 2020-08-20 09:47:01 -05:00
parent 1f2c569c21
commit ae133312e9

View file

@ -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 #
########################################