13 lines
153 B
Bash
Executable File
13 lines
153 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Install crystal and dev libs
|
|
apk add -u \
|
|
make \
|
|
crystal \
|
|
shards \
|
|
tzdata \
|
|
libc-dev \
|
|
zlib-dev \
|
|
libressl-dev \
|
|
yaml-dev
|