We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f9fc0 commit 96d8126Copy full SHA for 96d8126
searchgui/2.8.6/Dockerfile
@@ -23,8 +23,9 @@ MAINTAINER Felipe da Veiga Leprevost <[email protected]>
23
RUN ZIP=SearchGUI-2.8.6.zip && \
24
wget https://github.com/BioDocker/software-archive/releases/download/SearchGUI/$ZIP -O /tmp/$ZIP && \
25
unzip /tmp/$ZIP -d /home/biodocker/bin/ && \
26
- rm /tmp/$ZIP && \
27
- bash -c 'echo -e "#!/bin/bash\njava -jar /home/biodocker/bin/SearchGUI-2.8.6/SearchGUI-2.8.6.jar $@"' > /home/biodocker/bin/SearchGUI && \
+ rm /tmp/$ZIP
+
28
+RUN bash -c 'echo -e "#!/bin/bash\njava -jar /home/biodocker/bin/SearchGUI-2.8.6/SearchGUI-2.8.6.jar \$@"' > /home/biodocker/bin/SearchGUI && \
29
chmod +x /home/biodocker/bin/SearchGUI
30
31
ENV PATH /home/biodocker/bin/SearchGUI:$PATH
0 commit comments