Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipi authored Jan 2, 2025
1 parent 7d8dc68 commit b93c6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN set -eux; \
RUN set -eux; \
declare -a modules; \
for module in ${NGINX_DYNAMIC_MODULES}; \
do; \
do \
repo=$(awk -F'/' '{print $2}' <<< "${module}"); \
git clone -b master --depth 1 https://github.com/${module}.git; \
modules+=("--add-dynamic-module=../${repo}"); \
Expand Down
2 changes: 1 addition & 1 deletion nginx/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN set -eux; \
RUN set -eux; \
declare -a modules; \
for module in ${NGINX_DYNAMIC_MODULES}; \
do; \
do \
repo=$(awk -F'/' '{print $2}' <<< "${module}"); \
git clone -b master --depth 1 https://github.com/${module}.git; \
modules+=("--add-dynamic-module=../${repo}"); \
Expand Down

0 comments on commit b93c6ff

Please sign in to comment.