stellar / system-test

Home of the stellar/stellar-system-test docker image for e2e system testing
1 stars 5 forks source link

removing phantomjs from image #55

Closed sreuland closed 1 year ago

sreuland commented 1 year ago

During image build, getting errors due to no phantomjs available from apt package on ubuntu 22.04.

https://github.com/stellar/soroban-tools/actions/runs/4747312880/jobs/8432059319#step:5:8152

phantomjs is not used by anything in the test image, it was being referenced by js-sorobn-client as a dev dependency that was not used. Have related js-soroban-sdk#68 to remove it from that project. once that merges then this build should work and can merge.