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