summaryrefslogtreecommitdiffstats
path: root/bin/reply
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reply')
-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 "$@"