Skip to content
Snippets Groups Projects
Commit 8048d392 authored by Ostermayer, Markus's avatar Ostermayer, Markus
Browse files

removed unnecessary packages

parent 56550f0a
Branches
No related tags found
No related merge requests found
Pipeline #188682 canceled
......@@ -2,7 +2,7 @@ FROM alpine:3.16
RUN apk update
# QEMU-Dependencies
RUN apk update && apk add qemu qemu-img qemu-system-x86_64 qemu-ui-gtk\
RUN apk update && apk add qemu-system-x86_64 \
# Install Dependencies
# Install build-essentials equivalent
# https://packages.ubuntu.com/jammy/build-essential
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment