commit 393f28d2bbd4acda5afb6b25461c3497250478c2 Author: victorc Date: Sun Sep 22 07:07:33 2024 +0000 Add Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..287f50a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM alpine:3.20.3 +LABEL maintainer="v.citiriga@siatel.ro" + +RUN apk add --no-cache subversion + +CMD svn --version