2021-09-03 09:55:21 -04:00

8 lines
124 B
Docker

FROM alpine
RUN apk update && apk add expect busybox-extras
ADD ./verify.exp ./verify.exp
ENTRYPOINT expect < verify.exp