commit 9019fb9f92816cbf63b611370d2a6e2a665d2a81 Author: Heinrich Thaler Date: Fri Dec 27 10:38:10 2024 +0100 Add Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6933a93 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nextcloud:29 + +RUN apt-get update && apt-get install -y smbclient \ No newline at end of file