seafile-containerized/seafile-caddy/Dockerfile

7 lines
104 B
Docker
Raw Normal View History

2021-01-24 23:19:27 +00:00
FROM caddy:2.3.0-alpine
2021-01-18 23:31:17 +00:00
2021-01-24 23:20:17 +00:00
RUN apk add --no-cache \
bash \
bind-tools
2021-01-18 23:31:17 +00:00
COPY Caddyfile /etc/caddy/Caddyfile