Skip to content

egen/fetch-debian-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch Debian packages

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

docker run -v $PWD/tmp/apt-cache:/apt-cache \
  starkandwayne/fetch-debian-packages:trusty /scripts/fetch.sh \
  tree

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

cat > tmp/apt.json <<JSON
{
  "packages": ["tree"]
}
JSON

docker run \
  -v $PWD/tmp/apt-cache:/apt-cache \
  -v $PWD/tmp/apt.json:/apt-config/apt.json \
  starkandwayne/fetch-debian-packages:trusty /scripts/fetch.sh

To build:

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

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages