the-bastion/docker/Dockerfile.tester
Stéphane Lesimple 49dc104dd7 chore: push sandbox and tester images from Deb10 to Deb11
Also remove old config files from previsously dropped OS versions
2023-04-07 10:44:05 +02:00

11 lines
395 B
Text

FROM debian:bullseye
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 curl
# add our code
COPY . /opt/bastion
# start at entrypoint
ENTRYPOINT /opt/bastion/tests/functional/docker/tester_role.sh