File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ USER root
1414RUN wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | bash
1515
1616COPY . /tmp/
17- RUN /pyrocket_scripts/install-conda-packages.sh /tmp2 /environment.yml || echo "install-conda-packages.sh failed" || true
18- RUN /pyrocket_scripts/install-r-packages.sh /tmp2 /install.R || echo "install-r-package.sh failed" || true
19- RUN /pyrocket_scripts/install-apt-packages.sh /tmp2 /apt.txt || echo "install-apt-packages.sh failed" || true
20- RUN /pyrocket_scripts/install-desktop.sh /tmp2 /Desktop|| echo "setup-desktop.sh failed" || true
17+ RUN /pyrocket_scripts/install-conda-packages.sh /tmp /environment.yml || echo "install-conda-packages.sh failed" || true
18+ RUN /pyrocket_scripts/install-r-packages.sh /tmp /install.R || echo "install-r-package.sh failed" || true
19+ RUN /pyrocket_scripts/install-apt-packages.sh /tmp /apt.txt || echo "install-apt-packages.sh failed" || true
20+ RUN /pyrocket_scripts/install-desktop.sh /tmp /Desktop|| echo "setup-desktop.sh failed" || true
2121RUN rm -rf /tmp/*
2222RUN /pyrocket_scripts/install-geospatial-r.sh || (echo "install-geospatial-r.sh failed" >&2 && exit 1)
2323
You can’t perform that action at this time.
0 commit comments