actions-gh-pages/Dockerfile
dependabot-preview[bot] 45b43ab257 deps: bump alpine from 3.11.2 to 3.11.3
Bumps alpine from 3.11.2 to 3.11.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 09:20:42 +00:00

11 lines
174 B
Docker

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