Skip to content
Merged
Prev Previous commit
Next Next commit
307 Authorized Operator Check
  • Loading branch information
mich-master committed Oct 15, 2021
commit 3b5d2f8f933ef7a882fcae1a0dec3cd9ca818891
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ COPY --from=spl /opt/collateral_pool_generator.py \
COPY --from=spl /opt/neon-cli /spl/bin/emulator

COPY . /opt
RUN mkdir -p /root/.config/solana/
RUN ls -al /root/.config/solana/
COPY --from=spl /root/.config/solana/id.json /root/.config/solana/id.json
RUN ls -al /root/.config/solana/
RUN cd /usr/local/lib/python3.8/dist-packages/ && patch -p0 </opt/solana-py.patch

ENV PATH /venv/bin:/cli/bin/:/spl/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Expand Down