mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
build: improve docker image and binary sizes
This commit is contained in:
parent
14b0dfec34
commit
35ca24adb8
5 changed files with 16 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM ghcr.io/linuxserver/baseimage-alpine:3.22
|
||||
|
||||
RUN apk update && \
|
||||
apk --no-cache add ca-certificates mailcap curl jq
|
||||
apk --no-cache add ca-certificates mailcap jq
|
||||
|
||||
# Make user and create necessary directories
|
||||
RUN mkdir -p /config /database /srv && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue