rm unused commands && add mkdir && add chmod
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vri 2024-12-03 22:56:54 +01:00
parent dc904ea22d
commit 7dc94462b9
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI

View file

@ -1,7 +1,6 @@
FROM docker.io/alpine:latest
RUN apk add --no-cache imagemagick imagemagick-jpeg imagemagick-pango font-fira-code-nerd
RUN magick --version
RUN fc-cache -fv
RUN fc-list
RUN mkdir /app
COPY ./main.sh /app
RUN chmod u+x /app/main.sh
ENTRYPOINT [ "/app/main.sh" ]