BioContainers / containers

Bioinformatics containers
http://biocontainers.pro
Apache License 2.0
674 stars 246 forks source link

Update Dockerfile [FileConverterCommand: Access to nonroot user witho… #560

Closed linsherpa closed 6 months ago

linsherpa commented 6 months ago

…ut creation of header

Addition of the command line (line number 60)

"echo '#!/bin/sh\nsudo -E -H -u root FileConverter "$@"' > /usr/bin/FileConverter_anyuser && "

problem: when the output as a directory is specified, then .config files are also copied to the local machine from the docker.

Description: This will remove the .config folder generated.

The problem is similar to : https://github.com/ProteoWizard/container/pull/23

and

https://github.com/BioContainers/containers/pull/524

biocontainers-bot commented 6 months ago

No test-cmds.txt (test file) present, skipping tests

mboudet commented 6 months ago

Alright, merging. Thanks for the PR.