Skip to content

Commit

Permalink
fix: add mkisofs properly
Browse files Browse the repository at this point in the history
The previous PR added it to the wrong section of the Dockerfile.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Oct 24, 2024
1 parent fd9b88a commit 076f33b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 076f33b

Please sign in to comment.