File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
# core dependencies
6
6
gc-dev gcc gmp-dev libatomic_ops libevent-static musl-dev pcre-dev \
7
7
# stdlib dependencies
8
- libxml2-dev openssl-dev openssl-libs-static readline-dev tzdata yaml-dev zlib-static \
8
+ libxml2-dev openssl-dev openssl-libs-static tzdata yaml-dev zlib-static \
9
9
# dev tools
10
10
make git
11
11
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ FROM runtime as build
21
21
22
22
RUN \
23
23
apt-get update && \
24
- apt-get install -y build-essential llvm-8 libedit-dev libreadline-dev gdb && \
24
+ apt-get install -y build-essential llvm-8 libedit-dev gdb && \
25
25
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
26
26
27
27
ENV LIBRARY_PATH=/usr/lib/crystal/lib/
You can’t perform that action at this time.
0 commit comments