robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_containers / alpine_test / Dockerfile
diff --git a/resources/test_containers/alpine_test/Dockerfile b/resources/test_containers/alpine_test/Dockerfile
new file mode 100644 (file)
index 0000000..f507b85
--- /dev/null
@@ -0,0 +1,6 @@
+FROM alpine:3.7 
+
+RUN apk update \
+ && apk upgrade \
+ && apk add dumb-init \
+ && rm -rf /var/cache/apk