mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-10 04:03:49 +00:00
Bumps alpine from 3.11.0 to 3.11.2. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
11 lines
174 B
Docker
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" ]
|