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 131dbab commit fde2ca8Copy full SHA for fde2ca8
Dockerfile
@@ -1,4 +1,4 @@
1
FROM python:3
2
-RUN git clone --depth 1 https://github.com/sandialabs/sdynpy.git
3
-RUN cd sdynpy/ && ls -la
4
-RUN pip install .[all]
+RUN git clone --depth 1 https://github.com/sandialabs/sdynpy.git && \
+ cd sdynpy/ && \
+ pip install .[all]
0 commit comments