Compare commits
1 commit
5f7b166d9e
...
b410f1c180
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b410f1c180 |
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM caddy:alpine
|
FROM caddy:latest
|
||||||
RUN apk add --no-cache bash jq curl git docker-cli
|
RUN apt-get update && apt-get install -y bash jq curl git docker.io && rm -rf /var/lib/apt/lists/*
|
||||||
COPY entrypoint-edge.sh /usr/local/bin/entrypoint-edge.sh
|
COPY entrypoint-edge.sh /usr/local/bin/entrypoint-edge.sh
|
||||||
ENTRYPOINT ["bash", "/usr/local/bin/entrypoint-edge.sh"]
|
ENTRYPOINT ["bash", "/usr/local/bin/entrypoint-edge.sh"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue