Skip to content

Commit 222cd5e

Browse files
committed
Install rlwrap in alpine tools-deps variants
1 parent 683cb20 commit 222cd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker_clojure/dockerfile/tools_deps.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; but upstream includes it so we don't want to uninstall it
1818
:runtime #{"rlwrap" "make" "git" "curl"}}
1919
:alpine {:build #{"curl"}
20-
:runtime #{"bash" "make" "git"}}})
20+
:runtime #{"bash" "make" "git" "rlwrap"}}})
2121

2222
(def install-deps (partial install-distro-deps distro-deps))
2323

0 commit comments

Comments
 (0)