Skip to content

Commit

Permalink
fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenquanheycar committed Mar 21, 2024
1 parent 6f854a3 commit c4d88a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /scripts

RUN apk update --no-cache; \
apk upgrade --no-cache; \
apk add --no-cache bash~=${BASH_VERSION} aws-cli~=${AWS_CLI_VERSION} jq~=${JQ_VERSION} curl~=${CURL_VERSION} git~=${GIT_VERSION}; \
apk add --no-cache bash~=${BASH_VERSION} aws-cli~=${AWS_CLI_VERSION} jq~=${JQ_VERSION} curl~=${CURL_VERSION} git~=${GIT_VERSION}; \
rm -rf /var/cache/apk/*

ENV LOG_LEVEL "INFO"
Expand Down

0 comments on commit c4d88a7

Please sign in to comment.