1
0
Fork 0
This commit is contained in:
Mike 2024-01-24 19:52:50 +02:00
parent cba1fb7415
commit 77faac20a6

View file

@ -1,7 +1,8 @@
FROM alpine:latest
RUN apk update && apk upgrade --no-cache
RUN apk add git make llvm llvm-dev clang readline readline-dev libffi libffi-dev
RUN apk add git make llvm llvm-dev clang
RUN apk readline readline-dev libffi libffi-dev openssl openssl-dev
WORKDIR /root
RUN git clone https://github.com/picolisp/pil21