Skip to content

Commit

Permalink
Remove cmd / not compatible with s6-overlay (#63)
Browse files Browse the repository at this point in the history
* Remove cmd / not compatible with s6-overlay

* Update Dockerfile

* Update Dockerfile
  • Loading branch information
pvizeli authored Feb 24, 2020
1 parent d8442ab commit c7b958b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions python/3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,3 @@ RUN set -ex; \
-type d -a \( -name test -o -name tests \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

CMD ["python3"]
2 changes: 0 additions & 2 deletions python/3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,3 @@ RUN set -ex; \
-type d -a \( -name test -o -name tests \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

CMD ["python3"]
2 changes: 0 additions & 2 deletions python/3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,3 @@ RUN set -ex; \
-type d -a \( -name test -o -name tests \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

CMD ["python3"]

0 comments on commit c7b958b

Please sign in to comment.