|
@@ -96,6 +96,7 @@ RUN pip install --no-cache-dir pyyaml==6.0
|
|
|
COPY third_party/pyth/p2w_autoattest.py third_party/pyth/pyth_utils.py ./
|
|
COPY third_party/pyth/p2w_autoattest.py third_party/pyth/pyth_utils.py ./
|
|
|
COPY --from=base-rust /root/.local/share/solana/install/active_release/bin/solana /usr/bin/solana
|
|
COPY --from=base-rust /root/.local/share/solana/install/active_release/bin/solana /usr/bin/solana
|
|
|
COPY --from=base-rust /usr/src/wormhole/solana/pyth2wormhole/target/debug/pyth2wormhole-client /usr/bin/pyth2wormhole-client
|
|
COPY --from=base-rust /usr/src/wormhole/solana/pyth2wormhole/target/debug/pyth2wormhole-client /usr/bin/pyth2wormhole-client
|
|
|
|
|
+COPY --from=base-rust ${WH_ROOT}/solana/pyth2wormhole/target/deploy/pyth2wormhole.so ${WH_ROOT}/solana/pyth2wormhole/target/deploy/pyth2wormhole.so
|
|
|
RUN groupadd -g 10001 pyth && useradd -m -u 10001 -g 10001 pyth
|
|
RUN groupadd -g 10001 pyth && useradd -m -u 10001 -g 10001 pyth
|
|
|
RUN chown -R pyth:pyth .
|
|
RUN chown -R pyth:pyth .
|
|
|
USER pyth
|
|
USER pyth
|