Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Add package lsb-release to fully support Docker install.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Dieter Reuter <[email protected]>
  • Loading branch information
DieterReuter committed Aug 13, 2016
1 parent 478684f commit 53bee9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builder/chroot-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ apt-get install -y \
bluetooth \
pi-bluetooth

# ensure compatibility with Docker install.sh, so `raspbian` will be detected correctly
apt-get install -y \
lsb-release

# install hypriot packages for docker-tools
apt-get install -y \
"docker-hypriot=${DOCKER_ENGINE_VERSION}" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
it { should be_installed }
end

describe package('lsb-release') do
it { should be_installed }
end

describe package('wpasupplicant') do
it { should be_installed }
end
Expand Down

0 comments on commit 53bee9e

Please sign in to comment.