Skip to content

Commit

Permalink
fix vmx dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 21, 2024
1 parent 21c3f5a commit 4130f03
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions vmx/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
FROM ubuntu:20.04
FROM public.ecr.aws/docker/library/debian:bookworm-slim
LABEL org.opencontainers.image.authors="roman@dodin.dev"

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 \
python3 \
socat \
qemu-kvm \
qemu-utils \
tcpdump \
procps \
openvswitch-switch \
inetutils-ping \
dnsutils \
telnet \
&& rm -rf /var/lib/apt/lists/*

COPY vmx /vmx
Expand Down

0 comments on commit 4130f03

Please sign in to comment.