Update to rectify rootless build issues.

This commit is contained in:
Katos
2025-01-05 15:07:34 +00:00
committed by GitHub
parent 62dc9f83c2
commit f5e404e6cd

View File

@@ -53,7 +53,7 @@ ENV HBOX_STORAGE_SQLITE_URL=/data/homebox.db?_fk=1&_time_format=sqlite
# Copy the binary and data directory, change ownership
COPY --from=builder /go/bin/api /app
COPY --from=builder /data /data
COPY --from=ghcr.io/rockylinux/alpine:latest /bin/wget /usr/bin/wget
COPY --from=public.ecr.aws/docker/library/alpine:latest /bin/wget /usr/bin/wget
LABEL Name=homebox Version=0.0.1
LABEL org.opencontainers.image.source="https://github.com/sysadminsmedia/homebox"