Skip to content
Merged
Prev Previous commit
Next Next commit
#307 Authorized Operator Check
  • Loading branch information
mich-master committed Oct 15, 2021
commit afe94a9fce8e1b5c7aa8a50dd12c5cb334695895
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +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/
COPY --from=spl /root/.config/solana/id.json /root/.config/solana/id.json
RUN cd /usr/local/lib/python3.8/dist-packages/ && patch -p0 </opt/solana-py.patch

Expand Down