diff options
author | 2020-12-19 19:17:40 +0200 | |
---|---|---|
committer | 2020-12-19 19:17:40 +0200 | |
commit | 3f821a46134bc17f4adf21ec186b31fc441beec6 (patch) | |
tree | 82ceae745db2041c0a4146a122d385a01214bb84 | |
parent | Add Git SHA build argument to Dockerfile (diff) |
Add default development value to Git SHA
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ FROM python:3.8-slim # Set SHA build argument -ARG git_sha +ARG git_sha="development" # Set pip to have cleaner logs and no saved cache ENV PIP_NO_CACHE_DIR=false \ |