added rsync to image
All checks were successful
All checks were successful
This commit is contained in:
@@ -21,6 +21,6 @@ COPY --from=prep /tmp/hugo /usr/local/bin/hugo
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk --no-cache upgrade && \
|
apk --no-cache upgrade && \
|
||||||
apk --no-cache add git gcompat libstdc++
|
apk --no-cache add rsync git gcompat libstdc++
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/local/bin/hugo" ]
|
ENTRYPOINT [ "/usr/local/bin/hugo" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user