Closed straight-shoota closed 4 years ago
Could you remove libreadline-dev from ubuntu.Dockerfile also?
I am not sure the zlib-static will be picked since pkg-config is not available and @[Link("z")]
is used for LibZ
. But as long as zlib-dev is included it should be fine to start with.
Done.
The PR in the main repo can be updated again now. Thanks!
readline-dev
becauseReadline
has been removed from stdlib since Crystal 0.32.0libevent
,openssl
andzlib
static libraries. (*-static
packages also install*-dev
packages