File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
x-pack/test/smb-fixture/src/main/java/org/elasticsearch/test/fixtures/smb Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,10 @@ public SmbTestContainer() {
27
27
new ImageFromDockerfile ("es-smb-fixture" ).withDockerfileFromBuilder (
28
28
builder -> builder .from (DOCKER_BASE_IMAGE )
29
29
.env ("TZ" , "Etc/UTC" )
30
- .run ("DEBIAN_FRONTEND=noninteractive apt-get update -qqy && apt-get install -qqy tzdata winbind samba ldap-utils" )
30
+ .run (
31
+ "DEBIAN_FRONTEND=noninteractive apt-get -o Acquire::Retries=10 update -qqy && apt-get install -qqy tzdata"
32
+ + " winbind samba ldap-utils "
33
+ )
31
34
.copy ("fixture/provision/installsmb.sh" , "/fixture/provision/installsmb.sh" )
32
35
.copy ("fixture/certs/ca.key" , "/fixture/certs/ca.key" )
33
36
.copy ("fixture/certs/ca.pem" , "/fixture/certs/ca.pem" )
You can’t perform that action at this time.
0 commit comments