You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #41libcap-dev was introduced to be able to use the setcap command;
Today I was following the documentation on https://hub.docker.com/r/openhab/openhab/ for setting up Openhab using Docker and included the script 50-setpcap-on-java. During boot of the container there is an error saying that setcap was not found.
I worked around this by adding libcap2-bin through apt-get -y update && apt-get install -y libcap2-bin in the script. You should consider updating your dockerfiles to include libcap2-bin as part of the build.
Not sure what the story is here, maybe setcap previously was avalable as part of libpcap-dev?
This issue was encountered when using openhab/openhab:2.5.0.M4-amd64-debian but it seemslibpcap-dev is included in most of your images and thus they may all be affected...
The text was updated successfully, but these errors were encountered:
wborn
added a commit
to wborn/openhab-docker
that referenced
this issue
Oct 23, 2019
In #41
libcap-dev
was introduced to be able to use thesetcap
command;Today I was following the documentation on https://hub.docker.com/r/openhab/openhab/ for setting up Openhab using Docker and included the script 50-setpcap-on-java. During boot of the container there is an error saying that
setcap
was not found.I worked around this by adding
libcap2-bin
throughapt-get -y update && apt-get install -y libcap2-bin
in the script. You should consider updating your dockerfiles to includelibcap2-bin
as part of the build.Not sure what the story is here, maybe
setcap
previously was avalable as part oflibpcap-dev
?This issue was encountered when using
openhab/openhab:2.5.0.M4-amd64-debian
but it seemslibpcap-dev
is included in most of your images and thus they may all be affected...The text was updated successfully, but these errors were encountered: