Skip to content

Commit 131dbab

Browse files
authored
Update Dockerfile
1 parent 9aff2dd commit 131dbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM python:3
22
RUN git clone --depth 1 https://github.com/sandialabs/sdynpy.git
3-
RUN cd sdynpy/
3+
RUN cd sdynpy/ && ls -la
44
RUN pip install .[all]

0 commit comments

Comments
 (0)