Add lolcode image

This commit is contained in:
Manuel 2021-05-12 07:47:58 +02:00
parent c186ecf521
commit bbb8dd9646
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
FROM alpine as build
RUN apk add --no-cache build-base git cmake
WORKDIR /tmp/lci
RUN git clone https://github.com/justinmeza/lci.git .
RUN cmake . && make
FROM alpine
LABEL author="SunRed"
COPY --from=build /tmp/lci/lci /usr/local/bin
COPY run.sh /var/run/

2
languages/lolcode/run.sh Normal file
View File

@ -0,0 +1,2 @@
cat > program.lol
lci program.lol