# Pkg artifact download when lazy=true

**URL:** https://discourse.julialang.org/t/pkg-artifact-download-when-lazy-true/44196
**Category:** New to Julia
**Created:** [August 3, 2020, 3:02pm UTC](https://discourse.julialang.org/t/pkg-artifact-download-when-lazy-true/44196 "2020-08-03T15:02:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![yalwan-iqvia](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/yalwan-iqvia/32/14222_2.png) [@yalwan-iqvia](https://discourse.julialang.org/u/yalwan-iqvia)
#### Post date: [August 3, 2020, 3:02pm UTC](https://discourse.julialang.org/t/pkg-artifact-download-when-lazy-true/44196/1 "2020-08-03T15:02:16Z")

</div>

I’m building a docker image with an application contained within and all pre-requisites are provided. This is important because the image runs without an internet connection. However I found (to my surprise) that some artifacts were being (attempted to) downloaded at the time the program was invoked.

I could work around this by triggering a dummy run within the build phase, but ideally I’d like to know if a mechanism exists to force download the artifacts a-priori?
