the-bastion/docker/Dockerfile.tester

12 lines
388 B
Text
Raw Normal View History

2020-10-16 00:32:37 +08:00
FROM debian:buster
LABEL maintainer="stephane.lesimple+bastion@ovhcloud.com"
# install prerequisites
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y jq netcat openssh-client procps bsdutils screen expect shellcheck libperl-critic-perl fping
# add our code
COPY . /opt/bastion
# start at entrypoint
ENTRYPOINT /opt/bastion/tests/functional/docker/tester_role.sh