summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-06-20 03:35:52 -0400
committerJesse Luehrs <doy@tozt.net>2021-06-20 03:35:52 -0400
commitaa9134eaee7b06c38bc7984b147ef46d9ad1999e (patch)
treeaa26075f491b58b2104bf04dbea6c547df2cc887 /bin
parent1dc1c1ce5bf2d54b42e20d6d62fb905c12ec5dec (diff)
downloadconf-aa9134eaee7b06c38bc7984b147ef46d9ad1999e.tar.gz
conf-aa9134eaee7b06c38bc7984b147ef46d9ad1999e.zip
bring back my reply configuration
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reply4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reply b/bin/reply
index fb64c02..64669d6 100755
--- a/bin/reply
+++ b/bin/reply
@@ -4,6 +4,6 @@ set -eu
podman images | grep -q localhost/reply || cat <<EOF | podman build -t reply -f -
FROM docker.io/debian:stable-slim
RUN apt-get update && apt-get install -y cpanminus make gcc
-RUN cpanm Reply
+RUN cpanm Reply B::Keywords Data::Dump Carp::Always
EOF
-podman run --rm -it reply reply "$@"
+podman run --rm -itv /home/doy/.replyrc:/root/.replyrc reply reply "$@"