diff --git a/test/behave/Dockerfile b/test/behave/Dockerfile
new file mode 100644
index 0000000000000000000000000000000000000000..63dc78c0ca34838c7dcd2d707c9bb1474aa046d6
--- /dev/null
+++ b/test/behave/Dockerfile
@@ -0,0 +1,12 @@
+FROM alpine:3.9
+
+LABEL name="Integration CI test image"
+
+RUN apk --no-cache add \
+  chromium \
+  chromium-chromedriver \
+  python3-dev \
+  curl \
+  bash
+
+RUN pip3 install behave behave_webdriver