the-bastion/docker/Dockerfile.tester

12 lines
407 B
Text
Raw Normal View History

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