mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a5d2218a03
commit
341070d61a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ RUN set -eux; \
|
|||
RUN set -eux; \
|
||||
dpkg -r --force-depends libpam-modules libpam-modules-bin libpam-runtime libpam0g || true; \
|
||||
dpkg -P --force-all libpam-modules libpam-modules-bin libpam-runtime libpam0g || true; \
|
||||
rm -rf /etc/pam.d /lib/x86_64-linux-gnu/security /usr/lib/security || true
|
||||
rm -rf /etc/pam.d /lib/*/security /usr/lib/security || true
|
||||
|
||||
|
||||
COPY --from=builder /arch/target/wasm32-wasip1/release/prompt_gateway.wasm /etc/envoy/proxy-wasm-plugins/prompt_gateway.wasm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue