Skip to content

Commit 62297a2

Browse files
committed
Fix: TEST kv store TTL, there was no key with TTL so no ttl to check
1 parent e449e33 commit 62297a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/docker-files/docker-file-FEATURE-kv-store-ttl.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
FROM naparuba/debian-12
1+
FROM naparuba/debian-10
22
LABEL maintainer="Jean Gabes <naparuba@gmail.com>"
33

44

55
# We need to faketime to force day end in the container
66
RUN /apt_get_install faketime libfaketime
77
RUN /apt_get_install curl # to put a key and so force a ttl
88

9+
RUN /apt_get_install procps
10+
911
ADD . /root/opsbro-oss
1012

1113

0 commit comments

Comments
 (0)