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 96a219e commit cc41120Copy full SHA for cc41120
spectra-cluster-cli/v1.1.2/Dockerfile
@@ -21,7 +21,7 @@ RUN VERSION=1.1.2 && \
21
wget https://github.com/spectra-cluster/spectra-cluster-cli/releases/download/spectra-cluster-cli-${VERSION}/$ZIP -O /tmp/$ZIP && \
22
unzip /tmp/$ZIP -d /home/biodocker/bin/ && \
23
rm /tmp/$ZIP && \
24
- bash -c 'echo -e "#!/bin/bash\njava -jar /home/biodocker/bin/spectra-cluster-cli-1.1.2.jar $@" > /home/biodocker/bin/spectra-cluster-cli' && \
+ echo -e '#!/bin/bash\njava -jar /home/biodocker/bin/spectra-cluster-cli-1.1.2.jar $@' > /home/biodocker/bin/spectra-cluster-cli && \
25
chmod +x /home/biodocker/bin/spectra-cluster-cli
26
27
ENV PATH /home/biodocker/bin/spectra-cluster-cli:$PATH
0 commit comments