blob: 4a8d4df2c6287dc94c6c1b5ce2fc709b59e3cee7 [file] [log] [blame]
FROM giolekva/hugo:latest
ARG TARGETARCH
RUN apk update
RUN apk add openssh-keygen openssh
COPY app-runner_${TARGETARCH} /usr/bin/app-runner