aboutsummaryrefslogtreecommitdiff
path: root/docker/zshing/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/zshing/Dockerfile')
-rw-r--r--docker/zshing/Dockerfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/zshing/Dockerfile b/docker/zshing/Dockerfile
new file mode 100644
index 00000000..a51a3067
--- /dev/null
+++ b/docker/zshing/Dockerfile
@@ -0,0 +1,7 @@
+ARG base
+FROM p9k:${base}
+
+COPY docker/zshing/install.zsh /tmp/
+RUN zsh /tmp/install.zsh
+
+COPY ./ p9k/