chore: add gcompat package to alpine docker image

This commit is contained in:
Greg 2025-06-01 22:15:11 +02:00
parent babc6f450e
commit c7bb167144

View File

@ -2,7 +2,7 @@
FROM alpine:3.19 AS builder
# Install dependencies
RUN apk add --no-cache wget tar file
RUN apk add --no-cache wget tar file gcompat
# Install Hugo extended version 0.147.0 (latest stable version) with verbose logging
RUN HUGO_VERSION=0.147.0 && \