Skip to content
Snippets Groups Projects
Dockerfile 509 B
Newer Older
Varac's avatar
Varac committed
FROM alpine:3.8
Varac's avatar
Varac committed

LABEL Name="Openappstack bootstrap CI test image"
LABEL version="0.0.2"
LABEL vendor1="Greenhost"

RUN apk --no-cache add \
  ansible \
  musl-dev \
  linux-headers \
  gcc \
  py3-psutil \
  py3-requests \
  openssh-client \
  chromium \
  chromium-chromedriver

# p3-tabulate is not installable via pip3,
# see https://code.greenhost.net/openappstack/bootstrap/issues/54
# There is no alpine package for testinfra and behave(-webdriver)
RUN pip3 install behave-webdriver tabulate testinfra