Updated circleci config to pull stretch-slim

This commit is contained in:
HubertJFarnsworth 2019-04-22 10:30:33 -04:00 committed by GitHub
parent 60d04e28d2
commit 3ba2053167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,10 @@ jobs:
- run:
name: base build
command: |
docker pull debian:stretch
docker pull debian:stretch-slim
make base
mkdir -p ~/docker
docker save -o ~/docker/base.tar debian:stretch dockcross/base:latest
docker save -o ~/docker/base.tar debian:stretch-slim dockcross/base:latest
- run:
name: base test
command: |