Skip to content

Commit c3f602c

Browse files
authored
chore: Update Dockerfile
Remove unused find
1 parent 67c3709 commit c3f602c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/images/kong-smoke-test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /plugin
1414
COPY . .
1515

1616
# Install from .rockspec
17-
RUN find && luarocks make ${KONG_PLUGIN_ROCKSPEC_FILE}
17+
RUN luarocks make ${KONG_PLUGIN_ROCKSPEC_FILE}
1818

1919
FROM ${KONG_IMAGE_NAME}:${KONG_IMAGE_TAG}
2020

0 commit comments

Comments
 (0)