I am having problems adding PhantomJS to our docker containers on the site.
I have 2 containers for testing and production, but I have no idea how to add them to each of these containers.
The containers are made with Dokku and are already running. This is a bit different, so we cannot pull fresh containers with images or edit their Dockerfiles
In addition, we were able to use type commands wgetusing dokku run, but this is not an interactive shell. In addition, files downloaded using wget do not appear in the container when checking with ls, even if the download is completed.
source
share