hope i don't regret this :)

This commit is contained in:
2018-09-21 03:10:10 -04:00
parent 19cc73125f
commit 7a696ceb5c
+2 -2
View File
@@ -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