fix missing lib
This commit is contained in:
@@ -19,6 +19,6 @@ COPY --from=prep /tmp/hugo /usr/local/bin/hugo
|
||||
|
||||
RUN \
|
||||
apk --no-cache upgrade && \
|
||||
apk --no-cache add gcompat
|
||||
apk --no-cache add gcompat libstdc++
|
||||
|
||||
ENTRYPOINT [ "/usr/local/bin/hugo" ]
|
||||
|
||||
Reference in New Issue
Block a user