Skip to content
Snippets Groups Projects
Commit 2e43276a authored by Théo Le Calvar's avatar Théo Le Calvar
Browse files

add package that provides mkisofs in Dockerfile

parent 59aee06b
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
FROM --platform=linux/amd64 alpine:latest
RUN apk add bash git g++ gdb make qemu qemu-img qemu-system-x86_64 qemu-system-i386 qemu-ui-curses && \
RUN apk add bash git g++ gdb make qemu qemu-img qemu-system-x86_64 qemu-system-i386 qemu-ui-curses cdrkit && \
adduser -D -s /bin/bash vscode && \
touch /home/vscode/.bashrc && \
chown vscode:vscode /home/vscode/.bashrc
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment