Skip to content

Commit a1015fb

Browse files
committed
fix: hugo 0.144.2 - libresolv.so.2: No such file or directory
Related to https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-eclipsefdn-website-boilerplate/-/merge_requests/15\#note_3256085 Signed-off-by: sebastien.heurtematte <[email protected]>
1 parent 0488f67 commit a1015fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/hugo_extended/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY --from=builder hugo /usr/local/bin/hugo
1818
ENV GLIBC_VERSION 2.35-r1
1919

2020
RUN set -x && \
21-
apk add --update wget ca-certificates libstdc++
21+
apk add --update wget ca-certificates libstdc++ gcompat
2222

2323
RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \
2424
&& wget "https://github.com/sgerrand/alpine-pkg-glibc/releases/download/$GLIBC_VERSION/glibc-$GLIBC_VERSION.apk" \

0 commit comments

Comments
 (0)