mirror of
https://github.com/dcarrillo/docker-nginx.git
synced 2025-07-01 19:09:25 +00:00
Add linting at github actions
This commit is contained in:
@ -6,7 +6,8 @@ ARG ARG_NGX_GEOIP2_VERSION
|
||||
ENV NGINX_VERSION $ARG_NGINX_VERSION
|
||||
ENV NGX_GEOIP2_VERSION $ARG_NGX_GEOIP2_VERSION
|
||||
|
||||
RUN CONFIG="\
|
||||
# hadolint ignore=DL3018,DL3003,SC2086
|
||||
RUN CONFIG=" \
|
||||
--add-module=/tmp/ngx_http_geoip2_module-$NGX_GEOIP2_VERSION \
|
||||
--with-stream \
|
||||
--with-http_ssl_module \
|
||||
|
Reference in New Issue
Block a user