mirror of
https://github.com/ovh/the-bastion.git
synced 2024-12-27 01:56:24 +08:00
chore: upgrade sandbox and tester dockerfiles to bookworm
This commit is contained in:
parent
733fd054a6
commit
fe41e62be9
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bullseye
|
||||
FROM debian:bookworm
|
||||
LABEL maintainer="stephane.lesimple+bastion@ovhcloud.com"
|
||||
|
||||
# first, copy everything we need
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
FROM debian:bullseye
|
||||
FROM debian:bookworm
|
||||
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
|
||||
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
|
||||
|
||||
# add our code
|
||||
COPY . /opt/bastion
|
||||
|
|
Loading…
Reference in a new issue