Skip to content

Commit

Permalink
Merge pull request apache#7 from liumihust/feature/add_nscd_acs
Browse files Browse the repository at this point in the history
add nscd for name service hosts cache
  • Loading branch information
ringtail committed Apr 21, 2020
2 parents b92ce7f + e649ad5 commit e6b81d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG k8s_tests=kubernetes/tests
RUN set -ex && \
apt-get update && \
ln -s /lib /lib64 && \
apt install -y bash tini libc6 libpam-modules libnss3 && \
apt install -y bash tini libc6 libpam-modules libnss3 nscd && \
mkdir -p /opt/spark && \
mkdir -p /opt/spark/work-dir && \
touch /opt/spark/RELEASE && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
# limitations under the License.
#

# nscd start
service nscd start

# echo commands to the terminal output
set -ex

Expand Down

0 comments on commit e6b81d8

Please sign in to comment.