Skip to content

Instantly share code, notes, and snippets.

diff --git a/examples/billboard b/examples/billboard
index 9099b77..1cb837c 100755
--- a/examples/billboard
+++ b/examples/billboard
@@ -131 +131 @@ EOF
- MAKE_PALETTE, # palette type
+ MAKE_PALETTE(), # palette type
diff --git a/examples/blended2 b/examples/blended2
index 1e6e427..071e0d2 100755
--- a/examples/blended2
FROM perl:5.34
RUN mkdir -p /srv/kapitaali_com-download-demo
COPY . /srv/kapitaali_com-download-demo
WORKDIR /srv/kapitaali_com-download-demo
RUN cpanm --installdeps -n .
CMD [ "starlight" ]
FROM opensuse/tumbleweed
RUN zypper ref && \
zypper in --no-recommends -y entr make perl-App-cpanminus && \
zypper cc -a && \
cpanm -n MHonArc::UTF8 && \
rm -rf /root/.cpanm
ARG MAILDIR
ARG OUTDIR
RUN mkdir -p ${MAILDIR} ${OUTDIR}
ENV MAILDIR ${MAILDIR}