diff --git a/Dockerfile b/Dockerfile index 3f269f0..01bf32d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -106,21 +106,22 @@ RUN apt update && \ apt upgrade -y && \ apt install -y \ --no-install-recommends \ + cdrkit \ curl \ - unzip \ + diffoscope \ + docker.io \ + gh \ + iproute2 \ + iptables \ make \ - tmux \ + openssh-client \ + ovmf \ qemu-system \ qemu-utils \ socat \ - ovmf \ swtpm \ - iptables \ - iproute2 \ - openssh-client \ - docker.io \ - diffoscope \ - gh \ + tmux \ + unzip \ zstd RUN curl -fSL https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -o /usr/bin/yq && chmod +x /usr/bin/yq