chore: add gcompat package to alpine docker image
This commit is contained in:
parent
babc6f450e
commit
c7bb167144
@ -2,7 +2,7 @@
|
|||||||
FROM alpine:3.19 AS builder
|
FROM alpine:3.19 AS builder
|
||||||
|
|
||||||
# Install dependencies
|
# 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
|
# Install Hugo extended version 0.147.0 (latest stable version) with verbose logging
|
||||||
RUN HUGO_VERSION=0.147.0 && \
|
RUN HUGO_VERSION=0.147.0 && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user