Skip to content

Commit

Permalink
hope i don't regret this :)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Sep 21, 2018
1 parent 19cc731 commit 7a696ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7a696ce

Please sign in to comment.