Skip to content

Commit fde2ca8

Browse files
authored
Update Dockerfile
1 parent 131dbab commit fde2ca8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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]
2+
RUN git clone --depth 1 https://github.com/sandialabs/sdynpy.git && \
3+
cd sdynpy/ && \
4+
pip install .[all]

0 commit comments

Comments
 (0)