Skip to content
Snippets Groups Projects
Commit 95cd9e2e authored by OSAK Buildhauer's avatar OSAK Buildhauer
Browse files

repo-packages script installiert dpkg-dev für dpkg-scanpackages. Beim bauen...

repo-packages script installiert dpkg-dev für dpkg-scanpackages. Beim bauen darauf achten, dass es nachher nicht im image ist.
parent 30d6e4c6
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,10 @@ echo "Updating package lists..." ...@@ -57,6 +57,10 @@ echo "Updating package lists..."
apt-get update apt-get update
echo "ok." echo "ok."
echo "Installing dpkg-dev..."
apt-get install --yes dpkg-dev
echo "ok."
echo "hey apt - which packages do we need (and where do we get them)?" echo "hey apt - which packages do we need (and where do we get them)?"
PKG_URLS=$(apt-get install --reinstall --print-uris -qq $PKG_LIST | cut -d"'" -f2) PKG_URLS=$(apt-get install --reinstall --print-uris -qq $PKG_LIST | cut -d"'" -f2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment