Install safe-chain from registry as a test

This commit is contained in:
Sander Declerck 2026-04-21 15:07:40 +02:00
parent 4c9d5447b8
commit 7b9f9bbf3c
No known key found for this signature in database

View file

@ -80,7 +80,8 @@ RUN apt-get update && apt-get install -y pipx && \
# Copy and install Safe chain
COPY --from=builder /app/*.tgz /pkgs/
RUN npm install -g /pkgs/*.tgz
# RUN npm install -g /pkgs/*.tgz
RUN npm install -g @aikidosec/safe-chain
WORKDIR /testapp
RUN npm init -y