Skip to content

Commit d20e545

Browse files
authored
Merge pull request #3 from pacoxu/add-dockerfile
Add dockerfile
2 parents 3468e73 + a57e94b commit d20e545

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
downloaded_slides/

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# m.daocloud.io/docker.io/library/python
2+
FROM python:3.9
3+
RUN python3 -m pip install requests BeautifulSoup4
4+
ADD download_slides.py .
5+
CMD python3 download_slides.py
6+
7+

0 commit comments

Comments
 (0)