[DOCKER] add apt update to test fixture krb5kdc (#565)
* [DOCKER] add apt update to test fixture krb5kdc Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
This commit is contained in:
parent
bdb7aade9a
commit
4dde0f2a3b
|
@ -1,4 +1,6 @@
|
|||
FROM ubuntu:14.04
|
||||
RUN apt update -y
|
||||
RUN apt upgrade -y
|
||||
ADD . /fixture
|
||||
RUN echo kerberos.build.opensearch.org > /etc/hostname && echo "127.0.0.1 kerberos.build.opensearch.org" >> /etc/hosts
|
||||
RUN bash /fixture/src/main/resources/provision/installkdc.sh
|
||||
|
|
Loading…
Reference in New Issue