pull base image

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-07-15 17:42:24 -05:00
parent 0958583bf2
commit 1b4677b5ed
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if [[ "$1" == "enter" ]]; then
fi
# generate and build dockerfile
docker pull docker:latest
docker pull python:buster
docker build -t image_pipenv -f Dockerfile_build .
env > /tmp/env
docker run --rm \