aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-11-16 16:29:43 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-11-16 16:29:43 +0100
commitf7e7679bcdaada8926df21e9de5ae101addf45ee (patch)
tree7f667dd74bfa7f4890189777a665e9228a20cd8e /Dockerfile
parent0bd6af6b9ccb4760dc8ac57ed25084ab36668aa8 (diff)
Replace Linenoise with Readline
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 012e31e..3117420 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ COPY work /tmp/work
WORKDIR /tmp/rakudo-star
-RUN apk add --no-cache build-base git perl perl-utils libressl
+RUN apk add --no-cache build-base git perl perl-utils openssl-dev readline-dev
RUN tar xzf "/tmp/work/release/rakudo-star-$VERSION.tar.gz"
RUN cd -- "rakudo-star-$VERSION" \
&& perl Configure.pl --prefix=/usr/local --backend=moar --gen-moar --make-install