mirror of
https://github.com/openappsec/attachment.git
synced 2025-08-14 05:45:57 +03:00
fix right command
This commit is contained in:
parent
5a1945df62
commit
43b0253954
@ -1,4 +1,4 @@
|
|||||||
FROM kong
|
FROM kong/kong-gateway
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ RUN curl -fSL https://luarocks.org/releases/luarocks-${LUAROCKS_VER}.tar.gz -o l
|
|||||||
cd .. && rm -rf luarocks-${LUAROCKS_VER}*
|
cd .. && rm -rf luarocks-${LUAROCKS_VER}*
|
||||||
|
|
||||||
# Install the plugin via LuaRocks
|
# Install the plugin via LuaRocks
|
||||||
RUN luarocks https://raw.githubusercontent.com/openappsec/attachment/main/attachments/kong/plugins/open-appsec-waf-kong-plugin/open-appsec-waf-kong-plugin-1.0.0-1.rockspec --deps-mode=all
|
RUN luarocks install https://raw.githubusercontent.com/openappsec/attachment/main/attachments/kong/plugins/open-appsec-waf-kong-plugin/open-appsec-waf-kong-plugin-1.0.0-1.rockspec --deps-mode=all
|
||||||
|
|
||||||
USER kong
|
USER kong
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ RUN curl -fSL https://luarocks.org/releases/luarocks-${LUAROCKS_VER}.tar.gz -o l
|
|||||||
cd .. && rm -rf luarocks-${LUAROCKS_VER}*
|
cd .. && rm -rf luarocks-${LUAROCKS_VER}*
|
||||||
|
|
||||||
# Install the plugin via LuaRocks
|
# Install the plugin via LuaRocks
|
||||||
RUN luarocks https://raw.githubusercontent.com/openappsec/attachment/main/attachments/kong/plugins/open-appsec-waf-kong-plugin/open-appsec-waf-kong-plugin-1.0.0-1.rockspec --deps-mode=all
|
RUN luarocks install https://raw.githubusercontent.com/openappsec/attachment/main/attachments/kong/plugins/open-appsec-waf-kong-plugin/open-appsec-waf-kong-plugin-1.0.0-1.rockspec --deps-mode=all
|
||||||
|
|
||||||
USER kong
|
USER kong
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user