FROM alpine:3.13

LABEL maintainer="mail@sobolevn.me"
LABEL vendor="git-secret team"

RUN apk add --no-cache --update \
  # Required for our install script:
  bash \
  wget
