Compare commits

..

No commits in common. "9771afebb0a68158e9ec55c1ae961f5afdd4248f" and "ec7c4b2b657cd443c2980d4afcc623c6f37ee268" have entirely different histories.

2 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@
FROM alpine:latest
RUN apk --update add sudo python3 git openssl ca-certificates openssh-client rsync && \
RUN apk --update add sudo python3 openssl ca-certificates openssh-client rsync && \
apk --update add --virtual build-dependencies \
python3-dev libffi-dev openssl-dev build-base \
ansible py3-ansible-lint && \

View File

@ -1,5 +1,6 @@
FROM gitea/runner-images:ubuntu-latest
RUN wget https://github.com/gohugoio/hugo/releases/download/v0.135.0/hugo_0.135.0_linux-amd64.deb && \
apt-get install -y ./hugo_0.135.0_linux-amd64.deb && \
rm -rf var/lib/{apt,dpkg,cache,log} hugo_0.135.0_linux-arm64.deb
RUN apt-get update && \
apt-get install -y --no-install-recommends hugo && \
rm -rf var/lib/{apt,dpkg,cache,log}/