mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -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 hadolint/hadolint:latest-alpine as dockerfile-lint
|
||||||
FROM assignuser/lintr-lib:latest as lintr-lib
|
FROM assignuser/lintr-lib:latest as lintr-lib
|
||||||
FROM assignuser/chktex-alpine:latest as chktex
|
FROM assignuser/chktex-alpine:latest as chktex
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# Get base image #
|
# Get base image #
|
||||||
##################
|
##################
|
||||||
|
@ -75,7 +76,6 @@ RUN apk add --update --no-cache \
|
||||||
readline-dev \
|
readline-dev \
|
||||||
ruby ruby-dev ruby-bundler ruby-rdoc
|
ruby ruby-dev ruby-bundler ruby-rdoc
|
||||||
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Copy dependencies files to container #
|
# Copy dependencies files to container #
|
||||||
########################################
|
########################################
|
||||||
|
|
Loading…
Reference in a new issue