added git
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Vulnerability Scan / Daily Vulnerability Scan (push) Failing after 12s

This commit is contained in:
Paolo Asperti 2024-08-06 14:09:02 +02:00
parent 4894e1419c
commit 9d35570379
Signed by: paspo
GPG Key ID: 06D46905D19D5182

View File

@ -20,6 +20,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 libstdc++ apk --no-cache add git gcompat libstdc++
ENTRYPOINT [ "/usr/local/bin/hugo" ] ENTRYPOINT [ "/usr/local/bin/hugo" ]