Skip to content

Commit

Permalink
update vqfx base image
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Jan 17, 2025
1 parent b3c3a51 commit 703d11a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vqfx/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM ubuntu:20.04
FROM public.ecr.aws/docker/library/debian:bookworm-slim
ENV 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 \
procps \
tcpdump \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 703d11a

Please sign in to comment.