rm unused commands && add mkdir && add chmod
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
dc904ea22d
commit
7dc94462b9
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
FROM docker.io/alpine:latest
|
FROM docker.io/alpine:latest
|
||||||
RUN apk add --no-cache imagemagick imagemagick-jpeg imagemagick-pango font-fira-code-nerd
|
RUN apk add --no-cache imagemagick imagemagick-jpeg imagemagick-pango font-fira-code-nerd
|
||||||
RUN magick --version
|
RUN mkdir /app
|
||||||
RUN fc-cache -fv
|
|
||||||
RUN fc-list
|
|
||||||
COPY ./main.sh /app
|
COPY ./main.sh /app
|
||||||
|
RUN chmod u+x /app/main.sh
|
||||||
ENTRYPOINT [ "/app/main.sh" ]
|
ENTRYPOINT [ "/app/main.sh" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue