Bert Droesbeke
Bert Droesbeke
Would it be possible to support bootstrap 4 and 5 separately like it is done in [datatables](https://datatables.net/)? I mean, distribute multiple CSS and JS files depending on the Bootstrap version....
@bgruening I don't know if you have any idea about what might go wrong here?
Thank you for trying to help me! Sadly this did not work :/ Could my problem be related to the changes in this [commit](https://github.com/bgruening/docker-galaxy-stable/commit/14d20bef12a50a92207ec8c33fb8bc680b261846#diff-4f06736bd1b2ae4d3c1684eb69b4e745L327)? @abretaud
@mvdbeek I misinterpreted the suggestion I think, so now I [changed the line](https://github.com/bedroesb/ansible-galaxy-extras/commit/4959b218ac823340dcae68f24e36567f9105fb92), changed [.gitmodules](https://github.com/bgruening/docker-galaxy-stable/blob/6cf04fe6397d2581d815df9c6ffad3e999aed82c/.gitmodules) to refer to my changed one, and tried to build it. I am unfamiliar with...
The suggestion gives: ``` Waiting for database /usr/bin/startup_lite: line 44: nc: command not found ```
ok step by step I will get there, now it is complaining about ``` Waiting for database postgres: forward host lookup failed: Unknown host ``` off course still using in...
Ok this worked! This is great, I will open some PR with the changes. But for some reason I now stumble across the same problem as with 19.09 I described...
The script I run in the image built looks like this: ``` #!/bin/bash # install everything for workflow to work inside container set -e galaxy_instance="http://localhost:8080" # launch the instance echo...
ok I solved it by adding `GALAXY_CONDA_PREFIX=/tool_deps/_conda export PATH=$GALAXY_CONDA_PREFIX/bin/:$PATH` to my build script, thanks to @ieguinoa It is all working now. Thank you all very much
I have now sadly new problems: When I run my image with galaxy-stable as base image, I have following error: ``` Starting postgres postgresql: ERROR (spawn error) Checking if database...