actions-gh-pages/Dockerfile
dependabot-preview[bot] 127155c640 deps: bump alpine from 3.11.0 to 3.11.2 (#71)
Bumps alpine from 3.11.0 to 3.11.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-31 11:07:02 +09:00

11 lines
174 B
Docker

FROM alpine:3.11.2
RUN apk add --no-cache \
bash \
git \
openssh-client \
ca-certificates
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]