duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| FROM debian:stable | |
| RUN apt-get update \ | |
| && apt-get -y --no-install-recommends install \ | |
| python \ | |
| && apt-get clean \ | |
| && rm -rf /var/lib/apt/lists/* | |
| EXPOSE "8000" | |
| ENTRYPOINT ["python", "-m", "SimpleHTTPServer"] |