From 34ae0b15f87ca3d58e08462c97d3a1f86de4c2ff Mon Sep 17 00:00:00 2001 From: pyro2927 Date: Sun, 16 Feb 2020 21:45:20 -0800 Subject: [PATCH] Fixes #62, thanks @frankhsu! --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a91917..c4cdf13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.7 WORKDIR /usr/src/app COPY requirements.txt ./