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 96d8126 commit 997f0f0Copy full SHA for 997f0f0
tandem/10-12-01-1/Dockerfile
@@ -20,8 +20,9 @@ MAINTAINER Felipe da Veiga Leprevost <[email protected]>
20
RUN ZIP=tandem-linux-10-12-01-1.zip && \
21
wget https://github.com/BioDocker/software-archive/releases/download/X!Tandem/$ZIP -O /tmp/$ZIP && \
22
unzip /tmp/$ZIP -d /home/biodocker/bin/ && \
23
- rm /tmp/$ZIP && \
24
- bash -c 'echo -e "#!/bin/bash\n/home/biodocker/bin/tandem-linux-10-12-01-1/bin/tandem.exe $@"' > /home/biodocker/bin/tandem && \
+ rm /tmp/$ZIP
+
25
+RUN bash -c 'echo -e "#!/bin/bash\n/home/biodocker/bin/tandem-linux-10-12-01-1/bin/tandem.exe \$@"' > /home/biodocker/bin/tandem && \
26
chmod 755 /home/biodocker/bin/tandem
27
28
ENV PATH /home/biodocker/bin:$PATH
0 commit comments