starkandwayne/fetch-debian-packages

Name: fetch-debian-packages

Owner: Stark & Wayne

Description: null

Created: 2018-03-27 23:54:27.0

Updated: 2018-03-28 00:01:55.0

Pushed: 2018-03-28 00:01:54.0

Homepage: null

Size: 7

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Fetch Debian packages

To do a simple fetch of a list of Debian packages and all their dependencies:

er run -v $PWD/tmp/apt-cache:/apt-cache \
arkandwayne/fetch-debian-packages:trusty /scripts/fetch.sh \
ee

To describe additional Apt repositories, then create an apt.json and pass in via /apt-config/apt.json:

> tmp/apt.json <<JSON

ackages": ["tree"]



er run \
 $PWD/tmp/apt-cache:/apt-cache \
 $PWD/tmp/apt.json:/apt-config/apt.json \
arkandwayne/fetch-debian-packages:trusty /scripts/fetch.sh

To build:

er build -t starkandwayne/fetch-debian-packages:trusty -f Dockerfile.trusty .

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.