Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .sync/containers/Ubuntu-22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \
ninja-build \
tar \
&& \
pip3 install distlib && \
Comment thread
kuqin12 marked this conversation as resolved.
git clone "${QEMU_URL}" --branch "${QEMU_BRANCH}" --depth 1 qemu && \
cd qemu && \
./configure --target-list=x86_64-softmmu,aarch64-softmmu --enable-gtk && \
Expand Down
2 changes: 1 addition & 1 deletion Containers/Ubuntu-22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \
ninja-build \
tar \
&& \
pip3 install distlib && \
git clone "${QEMU_URL}" --branch "${QEMU_BRANCH}" --depth 1 qemu && \
cd qemu && \
./configure --target-list=x86_64-softmmu,aarch64-softmmu --enable-gtk && \
Expand All @@ -226,4 +227,3 @@ RUN apt-get update && \
less \
&& \
apt-get clean