diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-04 14:51:49 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-07 12:44:29 -0600 |
| commit | ca3e93e2f67707a016b28e58f8374522a1fb68f0 (patch) | |
| tree | 63f5341b5b2ef4732cd0ec3717f9bb01378eb507 /Dockerfile | |
| parent | 71e548e24191f9afe53f5679906d464b24c5c985 (diff) | |
Add limited network support for Cargo projects
* Add test to scan cargo project with packages from a private registry
* Synchronize mono cert store
* Wipe nuget package cache before specs
* Compress /usr/local/share
* Exclude development dependencies
* Add CHANGELOG entry
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ COPY config/01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc RUN mkdir -p /opt/toolcache COPY --from=mono-builder /opt/toolcache/*.deb /opt/toolcache/mono/ COPY pkg/license*.deb /opt/toolcache/ +COPY pkg/rust*.deb /opt/toolcache/ COPY config/install.sh /opt/install.sh RUN bash /opt/install.sh COPY run.sh / |
