Skip to content

Commit

Permalink
add a dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Aug 26, 2024
1 parent 3468e73 commit 241a8cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# m.daocloud.io/docker.io/library/python
FROM python:3.9
RUN python3 -m pip install requests BeautifulSoup4
ADD download_slides.py .
CMD python3 download_slides.py


0 comments on commit 241a8cb

Please sign in to comment.