Skip to content

Commit

Permalink
update veos for bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Jan 7, 2025
1 parent 477d315 commit 05e9282
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions veos/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
FROM ubuntu:20.04
FROM public.ecr.aws/docker/library/debian:bookworm-slim
LABEL maintainer="Kristian Larsson <kristian@spritelink.net>"
LABEL maintainer="Roman Dodin <dodin.roman@gmail.com>"

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qy \
&& apt-get upgrade -qy \
&& apt-get install -y \
&& apt-get install -y --no-install-recommends \
bridge-utils \
iproute2 \
python3-ipy \
socat \
qemu-kvm \
qemu-utils \
tcpdump \
tftpd-hpa \
ssh \
inetutils-ping \
dnsutils \
openvswitch-switch \
iptables \
nftables \
telnet \
Expand Down

0 comments on commit 05e9282

Please sign in to comment.