This is meant to serve as a base image for sanic applications.
Dockerfile:
FROM slashn/python:3.6.1
RUN apt-get update && apt-get install -y vim curl
RUN python3 -m pip install sanic
Content type
Image
Digest
Size
-
Last updated
about 9 years ago
docker pull slashn/sanic:0.5.4