Skip to content

Commit 77614e8

Browse files
committed
add ca.crt
1 parent 1460d78 commit 77614e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/Dockerfile-e2e-test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM openjdk:11-jdk
22

3-
RUN mkdir -p /tmp/spp-probe
3+
RUN mkdir -p /tmp/spp-probe/ca
4+
ADD ./config/spp-platform.crt /tmp/spp-probe/ca/ca.crt
45

56
ADD ./spp-probe.yml /tmp/spp-probe
67
ADD ./spp-probe-*.jar /tmp/spp-probe/spp-probe.jar

0 commit comments

Comments
 (0)