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