Browse Source

(tests) Fixes error: standard_init_linux.go:195: exec user process caused no such file or directory

tls13
Kris 6 years ago
committed by Henry Dorsett Case
parent
commit
adeb1a5868
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      _dev/tris-localserver/Dockerfile
  2. +1
    -1
      _dev/tris-testclient/Dockerfile

+ 1
- 1
_dev/tris-localserver/Dockerfile View File

@@ -1,4 +1,4 @@
FROM scratch
FROM buildpack-deps

ENV TLSDEBUG error



+ 1
- 1
_dev/tris-testclient/Dockerfile View File

@@ -1,4 +1,4 @@
FROM scratch
FROM buildpack-deps

ENV TLSDEBUG error



Loading…
Cancel
Save