From 7a696ceb5ceafc9e4e338ce56798ac6aa43a1c01 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 21 Sep 2018 03:10:10 -0400 Subject: [PATCH] hope i don't regret this :) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b5f681b1c5..09b67a7b51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM ubuntu:18.04 +FROM heroku/heroku:18-build # -- Install Pipenv: -RUN apt update && apt install python3-pip git -y && pip3 install pipenv +RUN apt update && apt install python3-pip -y && pip3 install pipenv ENV LC_ALL C.UTF-8 ENV LANG C.UTF-8