mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
fix spacing
This commit is contained in:
parent
1f2c569c21
commit
ae133312e9
1 changed files with 1 additions and 1 deletions
|
@ -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 #
|
||||
########################################
|
||||
|
|
Loading…
Reference in a new issue