diff options
| author | 2020-07-22 12:38:52 -0700 | |
|---|---|---|
| committer | 2020-07-22 12:38:52 -0700 | |
| commit | cd50c7f8f1ad4c68b2e941d636f4c411d1fb8a44 (patch) | |
| tree | 199ff60aa57ff3c7eb9269621606afabd3193850 /Dockerfile | |
| parent | Jam Tests: space out lines for readability (diff) | |
| parent | Use max_units for time since join in user command instead of precision (diff) | |
Merge branch 'master' into jam-test
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 06a538b2a..0b1674e7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,11 @@ ENV PIP_NO_CACHE_DIR=false \ PIPENV_IGNORE_VIRTUALENVS=1 \ PIPENV_NOSPIN=1 +RUN apt-get -y update \ + && apt-get install -y \ + git \ + && rm -rf /var/lib/apt/lists/* + # Install pipenv RUN pip install -U pipenv |