-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use runtime dependency files for each Debian version
Generalize dockerfiles by using the runtime dependency files for every used Debian version.
- Loading branch information
1 parent
a9639aa
commit 61e7e8a
Showing
6 changed files
with
43 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
libcjson1 | ||
libgcrypt20 | ||
libglib2.0-0 | ||
libgnutls30 | ||
libgpgme11 | ||
libhiredis0.14 | ||
libldap-common | ||
libnet1 | ||
libpaho-mqtt1.3 | ||
libpcap0.8 | ||
libradcli4 | ||
libssh-4 | ||
libuuid1 | ||
libxml2 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
libcjson1 | ||
libcurl3t64-gnutls | ||
libgcrypt20 | ||
libglib2.0-0 | ||
libgnutls30 | ||
libgpgme11 | ||
libhiredis1.1.0 | ||
libldap-common | ||
libnet1 | ||
libpaho-mqtt1.3 | ||
libpcap0.8 | ||
libradcli4 | ||
libssh-4 | ||
libuuid1 | ||
libxml2 |