mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix deb generate
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
fa8f4aa539
commit
f5afe02b69
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ for version in "${versions[@]}"; do
|
|||
if [ "$suite" = 'wheezy' ]; then
|
||||
# pull a couple packages from backports explicitly
|
||||
# (build failures otherwise)
|
||||
backportsPackages=( btrfs-tools libsystemd-journal-dev )
|
||||
backportsPackages=( btrfs-tools )
|
||||
for pkg in "${backportsPackages[@]}"; do
|
||||
packages=( "${packages[@]/$pkg}" )
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue