From 977c7c38ff4196f43c4784308d81fd7e6a471511 Mon Sep 17 00:00:00 2001 From: syn Date: Mon, 16 Mar 2020 22:17:48 +0300 Subject: Init commit --- deploy/Dockerfile.base | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 deploy/Dockerfile.base (limited to 'deploy/Dockerfile.base') diff --git a/deploy/Dockerfile.base b/deploy/Dockerfile.base new file mode 100644 index 0000000..3df944d --- /dev/null +++ b/deploy/Dockerfile.base @@ -0,0 +1,12 @@ +FROM python:3-alpine + +RUN apk add gcc g++ musl-dev make bash python3-dev zlib-dev jpeg-dev + +# pip installations are slow, so separate them to cache +RUN pip3 install sanic +RUN pip3 install jinja2-sanic +RUN pip3 install requests +RUN pip3 install asyncpg +RUN pip3 install Pillow + +CMD bash -- cgit v1.2.1-18-gbd029