mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
add apks
This commit is contained in:
parent
0933aebc7a
commit
a745a38df9
2 changed files with 18 additions and 1 deletions
|
@ -72,7 +72,9 @@ RUN apk add --update --no-cache \
|
|||
py3-setuptools \
|
||||
readline-dev \
|
||||
ruby ruby-dev ruby-bundler ruby-rdoc \
|
||||
gnupg
|
||||
gnupg \
|
||||
R \
|
||||
libc-dev libxml2-dev
|
||||
|
||||
########################################
|
||||
# Copy dependencies files to container #
|
||||
|
|
|
@ -355,6 +355,21 @@ function BuildFileList() {
|
|||
# Set the READ_ONLY_CHANGE_FLAG since this could be exec #
|
||||
##########################################################
|
||||
READ_ONLY_CHANGE_FLAG=1
|
||||
########################
|
||||
# Get the Golang files #
|
||||
########################
|
||||
elif [ "${FILE_TYPE}" == "R" ]; then
|
||||
################################
|
||||
# Append the file to the array #
|
||||
################################
|
||||
FILE_ARRAY_R+=("${FILE}")
|
||||
##########################################################
|
||||
# Set the READ_ONLY_CHANGE_FLAG since this could be exec #
|
||||
##########################################################
|
||||
READ_ONLY_CHANGE_FLAG=1
|
||||
###########################
|
||||
# Get the Terraform files #
|
||||
###########################
|
||||
###########################
|
||||
# Get the Terraform files #
|
||||
###########################
|
||||
|
|
Loading…
Reference in a new issue