This commit is contained in:
assignUser 2020-08-15 22:53:08 +00:00
parent 0933aebc7a
commit a745a38df9
2 changed files with 18 additions and 1 deletions

View file

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

View file

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