Skip to content

Commit

Permalink
travis/docker: check for out-of-date base image
Browse files Browse the repository at this point in the history
This checks online if the local copy of debian:buster is still up to
date.
  • Loading branch information
dannyedel committed Oct 23, 2017
1 parent 3a893af commit 1016f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _travis/docker/build-docker-image
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

DOCKERDIR="$(dirname "$0")"

docker build -t dspdfviewer-build -f "$DOCKERDIR/Dockerfile-buster" "$DOCKERDIR"
docker build --pull=true -t dspdfviewer-build -f "$DOCKERDIR/Dockerfile-buster" "$DOCKERDIR"

0 comments on commit 1016f38

Please sign in to comment.