Skip to content

Commit

Permalink
Merge pull request #44 from 3scale/remove-liquid-context-debug-policy
Browse files Browse the repository at this point in the history
Remove the liquid-context-debug policy
  • Loading branch information
roivaz authored Aug 2, 2024
2 parents 68e51b3 + b548d1c commit 1a18b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apicast/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${IMAGE}
USER root
WORKDIR /opt/app-root/src/

RUN rm -rfv /opt/app-root/src/src/apicast/policy/{rate_limit,token_introspection,3scale_batcher,conditional,logging,retry,upstream_connection}/apicast-policy.json
RUN rm -rfv /opt/app-root/src/src/apicast/policy/{rate_limit,token_introspection,3scale_batcher,conditional,logging,retry,upstream_connection,liquid_context_debug}/apicast-policy.json
RUN dnf install -y perl-App-cpanminus gcc git

COPY cpanfile cpanfile
Expand Down

0 comments on commit 1a18b51

Please sign in to comment.