Skip to content

Commit

Permalink
[docker] Fix missing libsasl2 package on Ubuntu
Browse files Browse the repository at this point in the history
The libsasl2-2 package is missing in the Ubuntu runtime
images. In the dev image it is pulled in as a dependency
of other dev packages. Without this the runtime image is
broken.

Change-Id: Ibc33c64c58377cb76dd0cdb2d3fbef956f7f1484
Reviewed-on: http://gerrit.cloudera.org:8080/12381
Tested-by: Grant Henke <[email protected]>
Reviewed-by: Andrew Wong <[email protected]>
  • Loading branch information
granthenke authored and andrwng committed Feb 6, 2019
1 parent 238f46c commit 72fe3d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/bootstrap-runtime-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ elif [[ -f "/usr/bin/apt-get" ]]; then
krb5-admin-server \
krb5-kdc \
krb5-user \
libsasl2-2 \
libsasl2-modules \
libsasl2-modules-gssapi-mit \
nscd \
Expand Down

0 comments on commit 72fe3d8

Please sign in to comment.