This commit is contained in:
Dakota Walsh 2025-07-08 14:22:17 +12:00
parent cd3db1ca0a
commit 27d977c34e
No known key found for this signature in database
2 changed files with 3 additions and 8 deletions

View file

@ -1,13 +1,8 @@
from alpine:edge from alpine
# Set default locale for the environment
ENV LC_ALL C.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates
RUN apk add zola
ADD *.sh / ADD *.sh /
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
CMD ["--help"]

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
set -e set -e
zola --version touch "$1"