ugh
This commit is contained in:
parent
cd3db1ca0a
commit
27d977c34e
2 changed files with 3 additions and 8 deletions
|
|
@ -1,13 +1,8 @@
|
|||
from alpine:edge
|
||||
|
||||
# Set default locale for the environment
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LANGUAGE en_US.UTF-8
|
||||
from alpine
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
RUN apk add zola
|
||||
|
||||
ADD *.sh /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["--help"]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
zola --version
|
||||
touch "$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue