Skip to content

Commit 77c6bb5

Browse files
authored
Update Dockerfile
1 parent f72e61c commit 77c6bb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

images/py-rocket-test/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ USER root
1414
RUN wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | bash
1515

1616
COPY . /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
2121
RUN rm -rf /tmp/*
2222
RUN /pyrocket_scripts/install-geospatial-r.sh || (echo "install-geospatial-r.sh failed" >&2 && exit 1)
2323

0 commit comments

Comments
 (0)