build: improve docker image and binary sizes

This commit is contained in:
jagadam97 2025-07-12 11:38:30 +05:30 committed by Henrique Dias
parent 14b0dfec34
commit 35ca24adb8
5 changed files with 16 additions and 3 deletions

View file

@ -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 && \