diff --git a/Dockerfile b/Dockerfile index cb141b1..9587fdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Step 1: Build the Hugo site -FROM klakegg/hugo:ext-alpine AS build-stage +FROM klakegg/hugo:ext-debian AS build-stage # Set the working directory inside the container WORKDIR /app