Skip to content

Commit

Permalink
fix source
Browse files Browse the repository at this point in the history
  • Loading branch information
Tob1as committed Nov 14, 2024
1 parent 5051b02 commit 4b6d62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpine.fpm_nginx.extended.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN \
} >> /etc/supervisor.d/supervisord.ini ; \
fi

# envsubst for templating <https://github.com/nginxinc/docker-nginx/blob/master/stable/alpine/Dockerfile#L95-L111>
# envsubst for templating <https://github.com/nginxinc/docker-nginx/blob/master/stable/alpine-slim/Dockerfile#L86-L102>
RUN apk add --no-cache --virtual .gettext gettext ; \
mv /usr/bin/envsubst /tmp/ \
; \
Expand Down
2 changes: 1 addition & 1 deletion alpine.fpm_nginx.extended.git.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN \
echo 'autorestart=unexpected'; \
} >> /etc/supervisor.d/supervisord.ini

# envsubst for templating <https://github.com/nginxinc/docker-nginx/blob/master/stable/alpine/Dockerfile#L87>
# envsubst for templating <https://github.com/nginxinc/docker-nginx/blob/master/stable/alpine-slim/Dockerfile#L86-L102>
RUN apk add --no-cache --virtual .gettext gettext ; \
mv /usr/bin/envsubst /tmp/ \
; \
Expand Down

0 comments on commit 4b6d62f

Please sign in to comment.